#80645C

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

Shades of Russett #80645C

Tints of Russett #80645C

Color information

#80645C (or 0x80645C) is unknown color: approx Russett. HEX triplet: 80, 64 and 5C. RGB value is (128,100,92). Sum of RGB (Red+Green+Blue) = 128+100+92=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #80645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80645C is #7F9BA3. Grayscale: #6B6B6B. Windows color (decimal): -8362916 or 6055040. OLE color: 6055040.

HSL color Cylindrical-coordinate representation of color #80645C: hue angle of 13.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 #80645C is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB12810092-
CMYK00.220.280.50
HSL13.33º16.36%43.14%-
HSV(B)13.33º28.12%50.2%-
XYZ15.3914.4812.11-
YUV107.46119.28142.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40%
GREEN value IS 100 (39.45% from 255) = 31.25%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=40%
G=31.25%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281009200.220.280.5013.3316.3643.14
Hex80645C0161C32d102b
Octal2001441340263462152053
Binary100000001100100101110001011011100110010110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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