#644A11

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

Shades of Raw Umber #644A11

Tints of Raw Umber #644A11

Color information

#644A11 (or 0x644A11) is unknown color: approx Raw Umber. HEX triplet: 64, 4A and 11. RGB value is (100,74,17). Sum of RGB (Red+Green+Blue) = 100+74+17=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #644A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644A11 is #9BB5EE. Grayscale: #4B4B4B. Windows color (decimal): -10204655 or 1133156. OLE color: 1133156.

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

Color convert

RGB1007417-
CMYK00.260.830.61
HSL41.2º70.94%22.94%-
HSV(B)41.2º83%39.22%-
XYZ7.817.651.6-
YUV75.2895.11145.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.36%
GREEN value IS 74 (29.30% from 255) = 38.74%
BLUE value IS 17 (7.03% from 255) = 8.90%
R=52.36%
G=38.74%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100741700.260.830.6141.270.9422.94
Hex644A1101A533D294717
Octal14411221032123755110727
Binary11001001001010100010110101010011111101101001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,74,17); }

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

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

 a { background-color: rgb(100,74,17); }

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

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

 span { border-color: rgb(100,74,17); }

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