#644D16

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

Shades of Raw Umber #644D16

Tints of Raw Umber #644D16

Color information

#644D16 (or 0x644D16) is unknown color: approx Raw Umber. HEX triplet: 64, 4D and 16. RGB value is (100,77,22). Sum of RGB (Red+Green+Blue) = 100+77+22=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #644D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644D16 is #9BB2E9. Grayscale: #4D4D4D. Windows color (decimal): -10203882 or 1461604. OLE color: 1461604.

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

Color convert

RGB1007722-
CMYK00.230.780.61
HSL42.31º63.93%23.92%-
HSV(B)42.31º78%39.22%-
XYZ8.058.081.89-
YUV77.6196.62143.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.25%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 22 (8.98% from 255) = 11.06%
R=50.25%
G=38.69%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100772200.230.780.6142.3163.9323.92
Hex644D160174E3D2a4018
Octal14411526027116755210030
Binary11001001001101101100101111001110111101101010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,77,22); }

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

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

 a { background-color: rgb(100,77,22); }

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

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

 span { border-color: rgb(100,77,22); }

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