#644C13

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

Shades of Raw Umber #644C13

Tints of Raw Umber #644C13

Color information

#644C13 (or 0x644C13) is unknown color: approx Raw Umber. HEX triplet: 64, 4C and 13. RGB value is (100,76,19). Sum of RGB (Red+Green+Blue) = 100+76+19=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #644C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644C13 is #9BB3EC. Grayscale: #4C4C4C. Windows color (decimal): -10204141 or 1264740. OLE color: 1264740.

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

Color convert

RGB1007619-
CMYK00.240.810.61
HSL42.22º68.07%23.33%-
HSV(B)42.22º81%39.22%-
XYZ7.967.931.73-
YUV76.6895.45144.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.28%
GREEN value IS 76 (30.08% from 255) = 38.97%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=51.28%
G=38.97%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100761900.240.810.6142.2268.0723.33
Hex644C13018513D2a4417
Octal14411423030121755210427
Binary11001001001100100110110001010001111101101010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,76,19); }

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

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

 a { background-color: rgb(100,76,19); }

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

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

 span { border-color: rgb(100,76,19); }

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