#644F0F

Color #644F0F Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #644F0F

Tints of Raw Umber #644F0F

Color information

#644F0F (or 0x644F0F) is unknown color: approx Raw Umber. HEX triplet: 64, 4F and 0F. RGB value is (100,79,15). Sum of RGB (Red+Green+Blue) = 100+79+15=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #644F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644F0F is #9BB0F0. Grayscale: #4E4E4E. Windows color (decimal): -10203377 or 1003364. OLE color: 1003364.

HSL color Cylindrical-coordinate representation of color #644F0F: hue angle of 45.18º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #644F0F is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB1007915-
CMYK00.210.850.61
HSL45.18º73.91%22.55%-
HSV(B)45.18º85%39.22%-
XYZ8.148.341.63-
YUV77.9892.46143.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 51.55%
GREEN value IS 79 (31.25% from 255) = 40.72%
BLUE value IS 15 (6.25% from 255) = 7.73%
R=51.55%
G=40.72%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100791500.210.850.6145.1873.9122.55
Hex644FF015553D2d4a17
Octal14411717025125755511227
Binary1100100100111111110101011010101111101101101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644F0F; }

 p { color: rgb(100,79,15); }

 H1.HeaderClassName
 {
   color: #644F0F;
 }
 .AnyTagClassName
 {
   color: #644F0F;
 }
</style>
background-color css

<style>
 a { background-color: #644F0F; }

 a { background-color: rgb(100,79,15); }

 div.DivClassName
 {
   background-color: #644F0F;
 }
 .BgClassName
 {
   background-color: #644F0F;
 }
</style>
border-color css

<style>
 span { border-color: #644F0F; }

 span { border-color: rgb(100,79,15); }

 td.TdClassName
 {
   border-color: #644F0F;
 }
 .TagClassName
 {
   border-color: #644F0F;
 }
</style>