#645604

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

Shades of Raw Umber #645604

Tints of Raw Umber #645604

Color information

#645604 (or 0x645604) is unknown color: approx Raw Umber. HEX triplet: 64, 56 and 04. RGB value is (100,86,4). Sum of RGB (Red+Green+Blue) = 100+86+4=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #645604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645604 is #9BA9FB. Grayscale: #515151. Windows color (decimal): -10201596 or 284260. OLE color: 284260.

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

Color convert

RGB100864-
CMYK00.140.960.61
HSL51.25º92.31%20.39%-
HSV(B)51.25º96%39.22%-
XYZ8.619.371.47-
YUV80.8484.64141.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.63%
GREEN value IS 86 (33.98% from 255) = 45.26%
BLUE value IS 4 (1.95% from 255) = 2.11%
R=52.63%
G=45.26%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10086400.140.960.6151.2592.3120.39
Hex645640E603D335c14
Octal1441264016140756313424
Binary11001001010110100011101100000111101110011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645604; }

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

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

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

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

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

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

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

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