Html Css Color HEX #80685E Russett

📋 copy color: '#80685E'

red 128 ◦ green 104 ◦ blue 94

#80685E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russett #80685E

Tints of Russett #80685E

RGB

 RED value IS 128 (50.39% from 255) = 39.26%

 GREEN value IS 104 (41.02% from 255) = 31.9%

 BLUE value IS 94 (37.11% from 255) = 28.83%

R = 39.26%
G = 31.9%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80685E (or 0x80685E) is known color: Russett. HEX triplet: 80, 68 and 5E. RGB value is (128,104,94). Sum of RGB (Red+Green+Blue) = 128+104+94=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #80685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80685E is #7F97A1. Grayscale: #6E6E6E. Windows color (decimal): -8361890 or 6187136. OLE color: 6187136.

HSL color Cylindrical-coordinate representation of color #80685E: hue angle of 17.65º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80685E is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 104 94 -
CMYK 0 0.19 0.27 0.50
HSL 17.65º 0.15% 0.44% -
HSV(B) 17.65º 0.27% 0.5% -
XYZ 15.87 15.3 12.71 -
YUV 110.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 128 104 94 0 0.19 0.27 0.50 17.65 0.15 0.44
Hex 80 68 5E 0 13 1B 32 12 F 2C
Octal 200 150 136 0 23 33 62 22 17 54
Binary 10000000 1101000 1011110 0 10011 11011 110010 10010 1111 101100

Color Harmonies of #80685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80685E

Black with #80685E

Text Example


Text Example

White with #80685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80685E; }

 p { color: rgb(128,104,94); }

 H1.HeaderClassName
 {
   color: #80685E;
 }
 .AnyTagClassName
 {
   color: #80685E;
 }
</style>

background-color css

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

 a { background-color: rgb(128,104,94); }

 div.DivClassName
 {
   background-color: #80685E;
 }
 .BgClassName
 {
   background-color: #80685E;
 }
</style>

border-color css

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

 span { border-color: rgb(128,104,94); }

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