#645204

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

Shades of Raw Umber #645204

Tints of Raw Umber #645204

Color information

#645204 (or 0x645204) is unknown color: approx Raw Umber. HEX triplet: 64, 52 and 04. RGB value is (100,82,4). Sum of RGB (Red+Green+Blue) = 100+82+4=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #645204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645204 is #9BADFB. Grayscale: #4E4E4E. Windows color (decimal): -10202620 or 283236. OLE color: 283236.

HSL color Cylindrical-coordinate representation of color #645204: hue angle of 48.75º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #645204 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB100824-
CMYK00.180.960.61
HSL48.75º92.31%20.39%-
HSV(B)48.75º96%39.22%-
XYZ8.298.751.37-
YUV78.4985.96143.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.76%
GREEN value IS 82 (32.42% from 255) = 44.09%
BLUE value IS 4 (1.95% from 255) = 2.15%
R=53.76%
G=44.09%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10082400.180.960.6148.7592.3120.39
Hex64524012603D315c14
Octal1441224022140756113424
Binary110010010100101000100101100000111101110001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645204; }

 p { color: rgb(100,82,4); }

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

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

 a { background-color: rgb(100,82,4); }

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

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

 span { border-color: rgb(100,82,4); }

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