Html Css Color HEX #806861 Russett

📋 copy color: '#806861'

red 128 ◦ green 104 ◦ blue 97

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

Shades of Russett #806861

Tints of Russett #806861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.48%

R = 38.91%
G = 31.61%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#806861 (or 0x806861) is known color: Russett. HEX triplet: 80, 68 and 61. RGB value is (128,104,97). Sum of RGB (Red+Green+Blue) = 128+104+97=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #806861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806861 is #7F979E. Grayscale: #6E6E6E. Windows color (decimal): -8361887 or 6383744. OLE color: 6383744.

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

Color convert

RGB 128 104 97 -
CMYK 0 0.19 0.24 0.50
HSL 13.55º 0.14% 0.44% -
HSV(B) 13.55º 0.24% 0.5% -
XYZ 16.01 15.35 13.43 -
YUV 110.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 128 104 97 0 0.19 0.24 0.50 13.55 0.14 0.44
Hex 80 68 61 0 13 18 32 E E 2C
Octal 200 150 141 0 23 30 62 16 16 54
Binary 10000000 1101000 1100001 0 10011 11000 110010 1110 1110 101100

Color Harmonies of #806861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806861

Black with #806861

Text Example


Text Example

White with #806861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806861; }

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

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

background-color css

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

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

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

border-color css

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

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

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