Html Css Color HEX #80695F Russett

📋 copy color: '#80695F'

red 128 ◦ green 105 ◦ blue 95

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

Shades of Russett #80695F

Tints of Russett #80695F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 39.02%
G = 32.01%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80695F (or 0x80695F) is known color: Russett. HEX triplet: 80, 69 and 5F. RGB value is (128,105,95). Sum of RGB (Red+Green+Blue) = 128+105+95=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #80695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80695F is #7F96A0. Grayscale: #6E6E6E. Windows color (decimal): -8361633 or 6252928. OLE color: 6252928.

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

Color convert

RGB 128 105 95 -
CMYK 0 0.18 0.26 0.50
HSL 18.18º 0.15% 0.44% -
HSV(B) 18.18º 0.26% 0.5% -
XYZ 16.02 15.52 12.98 -
YUV 110.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 128 105 95 0 0.18 0.26 0.50 18.18 0.15 0.44
Hex 80 69 5F 0 12 1A 32 12 F 2C
Octal 200 151 137 0 22 32 62 22 17 54
Binary 10000000 1101001 1011111 0 10010 11010 110010 10010 1111 101100

Color Harmonies of #80695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80695F

Black with #80695F

Text Example


Text Example

White with #80695F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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