#80675C

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

Shades of Russett #80675C

Tints of Russett #80675C

Color information

#80675C (or 0x80675C) is unknown color: approx Russett. HEX triplet: 80, 67 and 5C. RGB value is (128,103,92). Sum of RGB (Red+Green+Blue) = 128+103+92=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #80675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80675C is #7F98A3. Grayscale: #6D6D6D. Windows color (decimal): -8362148 or 6055808. OLE color: 6055808.

HSL color Cylindrical-coordinate representation of color #80675C: hue angle of 18.33º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80675C is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB12810392-
CMYK00.200.280.50
HSL18.33º16.36%43.14%-
HSV(B)18.33º28.12%50.2%-
XYZ15.6815.0612.21-
YUV109.22118.28141.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=39.63%
G=31.89%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281039200.200.280.5018.3316.3643.14
Hex80675C0141C3212102b
Octal2001471340243462222053
Binary1000000011001111011100010100111001100101001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80675C; }

 p { color: rgb(128,103,92); }

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

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

 a { background-color: rgb(128,103,92); }

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

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

 span { border-color: rgb(128,103,92); }

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