#64460C

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

Shades of Raw Umber #64460C

Tints of Raw Umber #64460C

Color information

#64460C (or 0x64460C) is unknown color: approx Raw Umber. HEX triplet: 64, 46 and 0C. RGB value is (100,70,12). Sum of RGB (Red+Green+Blue) = 100+70+12=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #64460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64460C is #9BB9F3. Grayscale: #484848. Windows color (decimal): -10205684 or 804452. OLE color: 804452.

HSL color Cylindrical-coordinate representation of color #64460C: hue angle of 39.55º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64460C is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB1007012-
CMYK00.300.880.61
HSL39.55º78.57%21.96%-
HSV(B)39.55º88%39.22%-
XYZ7.517.121.33-
YUV72.3693.94147.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.95%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 12 (5.08% from 255) = 6.59%
R=54.95%
G=38.46%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100701200.300.880.6139.5578.5721.96
Hex6446C01E583D284f16
Octal14410614036130755011726
Binary1100100100011011000111101011000111101101000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64460C; }

 p { color: rgb(100,70,12); }

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

<style>
 a { background-color: #64460C; }

 a { background-color: rgb(100,70,12); }

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

<style>
 span { border-color: #64460C; }

 span { border-color: rgb(100,70,12); }

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