#645504

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

Shades of Raw Umber #645504

Tints of Raw Umber #645504

Color information

#645504 (or 0x645504) is unknown color: approx Raw Umber. HEX triplet: 64, 55 and 04. RGB value is (100,85,4). Sum of RGB (Red+Green+Blue) = 100+85+4=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #645504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645504 is #9BAAFB. Grayscale: #505050. Windows color (decimal): -10201852 or 284004. OLE color: 284004.

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

Color convert

RGB100854-
CMYK00.150.960.61
HSL50.62º92.31%20.39%-
HSV(B)50.62º96%39.22%-
XYZ8.539.221.44-
YUV80.2584.97142.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.91%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 4 (1.95% from 255) = 2.12%
R=52.91%
G=44.97%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10085400.150.960.6150.6292.3120.39
Hex645540F603D335c14
Octal1441254017140756313424
Binary11001001010101100011111100000111101110011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645504; }

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

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

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

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

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

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

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

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