#645804

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

Shades of Raw Umber #645804

Tints of Raw Umber #645804

Color information

#645804 (or 0x645804) is unknown color: approx Raw Umber. HEX triplet: 64, 58 and 04. RGB value is (100,88,4). Sum of RGB (Red+Green+Blue) = 100+88+4=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #645804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645804 is #9BA7FB. Grayscale: #525252. Windows color (decimal): -10201084 or 284772. OLE color: 284772.

HSL color Cylindrical-coordinate representation of color #645804: hue angle of 52.5º 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 #645804 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB100884-
CMYK00.120.960.61
HSL52.5º92.31%20.39%-
HSV(B)52.5º96%39.22%-
XYZ8.779.71.52-
YUV82.0183.98140.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.08%
GREEN value IS 88 (34.77% from 255) = 45.83%
BLUE value IS 4 (1.95% from 255) = 2.08%
R=52.08%
G=45.83%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10088400.120.960.6152.592.3120.39
Hex645840C603D345c14
Octal1441304014140756413424
Binary11001001011000100011001100000111101110100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645804; }

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

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

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

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

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

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

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

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