#645505

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

Shades of Raw Umber #645505

Tints of Raw Umber #645505

Color information

#645505 (or 0x645505) is unknown color: approx Raw Umber. HEX triplet: 64, 55 and 05. RGB value is (100,85,5). Sum of RGB (Red+Green+Blue) = 100+85+5=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #645505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645505 is #9BAAFA. Grayscale: #505050. Windows color (decimal): -10201851 or 349540. OLE color: 349540.

HSL color Cylindrical-coordinate representation of color #645505: hue angle of 50.53º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #645505 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB100855-
CMYK00.150.950.61
HSL50.53º90.48%20.59%-
HSV(B)50.53º95%39.22%-
XYZ8.539.221.47-
YUV80.3685.47142-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.63%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 5 (2.34% from 255) = 2.63%
R=52.63%
G=44.74%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10085500.150.950.6150.5390.4820.59
Hex645550F5F3D335a15
Octal1441255017137756313225
Binary11001001010101101011111011111111101110011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645505; }

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

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

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

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

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

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

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

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