Html Css Color HEX #80695E Russett

📋 copy color: '#80695E'

red 128 ◦ green 105 ◦ blue 94

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

Shades of Russett #80695E

Tints of Russett #80695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.11%

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

R = 39.14%
G = 32.11%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80695E (or 0x80695E) is known color: Russett. HEX triplet: 80, 69 and 5E. RGB value is (128,105,94). Sum of RGB (Red+Green+Blue) = 128+105+94=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #80695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80695E is #7F96A1. Grayscale: #6E6E6E. Windows color (decimal): -8361634 or 6187392. OLE color: 6187392.

HSL color Cylindrical-coordinate representation of color #80695E: hue angle of 19.41º 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 #80695E is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 105 94 -
CMYK 0 0.18 0.27 0.50
HSL 19.41º 0.15% 0.44% -
HSV(B) 19.41º 0.27% 0.5% -
XYZ 15.97 15.5 12.74 -
YUV 110.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 128 105 94 0 0.18 0.27 0.50 19.41 0.15 0.44
Hex 80 69 5E 0 12 1B 32 13 F 2C
Octal 200 151 136 0 22 33 62 23 17 54
Binary 10000000 1101001 1011110 0 10010 11011 110010 10011 1111 101100

Color Harmonies of #80695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80695E

Black with #80695E

Text Example


Text Example

White with #80695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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