#64480E

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

Shades of Raw Umber #64480E

Tints of Raw Umber #64480E

Color information

#64480E (or 0x64480E) is unknown color: approx Raw Umber. HEX triplet: 64, 48 and 0E. RGB value is (100,72,14). Sum of RGB (Red+Green+Blue) = 100+72+14=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #64480E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64480E is #9BB7F1. Grayscale: #4A4A4A. Windows color (decimal): -10205170 or 936036. OLE color: 936036.

HSL color Cylindrical-coordinate representation of color #64480E: hue angle of 40.47º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64480E is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB1007214-
CMYK00.280.860.61
HSL40.47º75.44%22.35%-
HSV(B)40.47º86%39.22%-
XYZ7.657.381.44-
YUV73.7694.28146.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.76%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 14 (5.86% from 255) = 7.53%
R=53.76%
G=38.71%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100721400.280.860.6140.4775.4422.35
Hex6448E01C563D284b16
Octal14411016034126755011326
Binary1100100100100011100111001010110111101101000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64480E; }

 p { color: rgb(100,72,14); }

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

<style>
 a { background-color: #64480E; }

 a { background-color: rgb(100,72,14); }

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

<style>
 span { border-color: #64480E; }

 span { border-color: rgb(100,72,14); }

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