#80645B

Color #80645B Russett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russett #80645B

Tints of Russett #80645B

Color information

#80645B (or 0x80645B) is unknown color: approx Russett. HEX triplet: 80, 64 and 5B. RGB value is (128,100,91). Sum of RGB (Red+Green+Blue) = 128+100+91=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #80645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80645B is #7F9BA4. Grayscale: #6B6B6B. Windows color (decimal): -8362917 or 5989504. OLE color: 5989504.

HSL color Cylindrical-coordinate representation of color #80645B: hue angle of 14.59º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80645B is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB12810091-
CMYK00.220.290.50
HSL14.59º16.89%42.94%-
HSV(B)14.59º28.91%50.2%-
XYZ15.3514.4611.88-
YUV107.35118.78142.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.13%
GREEN value IS 100 (39.45% from 255) = 31.35%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=40.13%
G=31.35%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281009100.220.290.5014.5916.8942.94
Hex80645B0161D32f112b
Octal2001441330263562172153
Binary100000001100100101101101011011101110010111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80645B; }

 p { color: rgb(128,100,91); }

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

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

 a { background-color: rgb(128,100,91); }

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

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

 span { border-color: rgb(128,100,91); }

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