Html Css Color HEX #80685F Russett

📋 copy color: '#80685F'

red 128 ◦ green 104 ◦ blue 95

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

Shades of Russett #80685F

Tints of Russett #80685F

RGB

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

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

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

R = 39.14%
G = 31.8%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80685F (or 0x80685F) is known color: Russett. HEX triplet: 80, 68 and 5F. RGB value is (128,104,95). Sum of RGB (Red+Green+Blue) = 128+104+95=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #80685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80685F is #7F97A0. Grayscale: #6E6E6E. Windows color (decimal): -8361889 or 6252672. OLE color: 6252672.

HSL color Cylindrical-coordinate representation of color #80685F: hue angle of 16.36º 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 #80685F is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 104 95 -
CMYK 0 0.19 0.26 0.50
HSL 16.36º 0.15% 0.44% -
HSV(B) 16.36º 0.26% 0.5% -
XYZ 15.92 15.32 12.94 -
YUV 110.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 128 104 95 0 0.19 0.26 0.50 16.36 0.15 0.44
Hex 80 68 5F 0 13 1A 32 10 F 2C
Octal 200 150 137 0 23 32 62 20 17 54
Binary 10000000 1101000 1011111 0 10011 11010 110010 10000 1111 101100

Color Harmonies of #80685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80685F

Black with #80685F

Text Example


Text Example

White with #80685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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