#645705

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

Shades of Raw Umber #645705

Tints of Raw Umber #645705

Color information

#645705 (or 0x645705) is unknown color: approx Raw Umber. HEX triplet: 64, 57 and 05. RGB value is (100,87,5). Sum of RGB (Red+Green+Blue) = 100+87+5=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #645705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645705 is #9BA8FA. Grayscale: #515151. Windows color (decimal): -10201339 or 350052. OLE color: 350052.

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

Color convert

RGB100875-
CMYK00.130.950.61
HSL51.79º90.48%20.59%-
HSV(B)51.79º95%39.22%-
XYZ8.699.541.53-
YUV81.5484.81141.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.08%
GREEN value IS 87 (34.38% from 255) = 45.31%
BLUE value IS 5 (2.34% from 255) = 2.60%
R=52.08%
G=45.31%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10087500.130.950.6151.7990.4820.59
Hex645750D5F3D345a15
Octal1441275015137756413225
Binary11001001010111101011011011111111101110100101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645705; }

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

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

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

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

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

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

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

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