Html Css Color HEX #806962 Russett

📋 copy color: '#806962'

red 128 ◦ green 105 ◦ blue 98

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

Shades of Russett #806962

Tints of Russett #806962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.61%

R = 38.67%
G = 31.72%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#806962 (or 0x806962) is known color: Russett. HEX triplet: 80, 69 and 62. RGB value is (128,105,98). Sum of RGB (Red+Green+Blue) = 128+105+98=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #806962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806962 is #7F969D. Grayscale: #6F6F6F. Windows color (decimal): -8361630 or 6449536. OLE color: 6449536.

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

Color convert

RGB 128 105 98 -
CMYK 0 0.18 0.23 0.50
HSL 14º 0.13% 0.44% -
HSV(B) 14º 0.23% 0.5% -
XYZ 16.16 15.57 13.71 -
YUV 111.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 128 105 98 0 0.18 0.23 0.50 14 0.13 0.44
Hex 80 69 62 0 12 17 32 E D 2C
Octal 200 151 142 0 22 27 62 16 15 54
Binary 10000000 1101001 1100010 0 10010 10111 110010 1110 1101 101100

Color Harmonies of #806962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806962

Black with #806962

Text Example


Text Example

White with #806962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806962; }

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

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

background-color css

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

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

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

border-color css

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

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

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