#80665B

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

Shades of Russett #80665B

Tints of Russett #80665B

Color information

#80665B (or 0x80665B) is unknown color: approx Russett. HEX triplet: 80, 66 and 5B. RGB value is (128,102,91). Sum of RGB (Red+Green+Blue) = 128+102+91=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #80665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80665B is #7F99A4. Grayscale: #6C6C6C. Windows color (decimal): -8362405 or 5990016. OLE color: 5990016.

HSL color Cylindrical-coordinate representation of color #80665B: hue angle of 17.84º 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 #80665B is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB12810291-
CMYK00.200.290.50
HSL17.84º16.89%42.94%-
HSV(B)17.84º28.91%50.2%-
XYZ15.5414.8511.94-
YUV108.52118.11141.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=39.88%
G=31.78%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281029100.200.290.5017.8416.8942.94
Hex80665B0141D3212112b
Octal2001461330243562222153
Binary1000000011001101011011010100111011100101001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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