#64490F

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

Shades of Raw Umber #64490F

Tints of Raw Umber #64490F

Color information

#64490F (or 0x64490F) is unknown color: approx Raw Umber. HEX triplet: 64, 49 and 0F. RGB value is (100,73,15). Sum of RGB (Red+Green+Blue) = 100+73+15=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #64490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64490F is #9BB6F0. Grayscale: #4A4A4A. Windows color (decimal): -10204913 or 1001828. OLE color: 1001828.

HSL color Cylindrical-coordinate representation of color #64490F: hue angle of 40.94º 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 #64490F is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB1007315-
CMYK00.270.850.61
HSL40.94º73.91%22.55%-
HSV(B)40.94º85%39.22%-
XYZ7.727.511.49-
YUV74.4694.45146.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.19%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 15 (6.25% from 255) = 7.98%
R=53.19%
G=38.83%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100731500.270.850.6140.9473.9122.55
Hex6449F01B553D294a17
Octal14411117033125755111227
Binary1100100100100111110110111010101111101101001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64490F; }

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

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

<style>
 a { background-color: #64490F; }

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

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

<style>
 span { border-color: #64490F; }

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

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