Html Css Color HEX #806A62 Russett

📋 copy color: '#806A62'

red 128 ◦ green 106 ◦ blue 98

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

Shades of Russett #806A62

Tints of Russett #806A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.93%

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

R = 38.55%
G = 31.93%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#806A62 (or 0x806A62) is known color: Russett. HEX triplet: 80, 6A and 62. RGB value is (128,106,98). Sum of RGB (Red+Green+Blue) = 128+106+98=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 128 - color contains mainly: red. Hex color #806A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806A62 is #7F959D. Grayscale: #6F6F6F. Windows color (decimal): -8361374 or 6449792. OLE color: 6449792.

HSL color Cylindrical-coordinate representation of color #806A62: hue angle of 16º 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 #806A62 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 106 98 -
CMYK 0 0.17 0.23 0.50
HSL 16º 0.13% 0.44% -
HSV(B) 16º 0.23% 0.5% -
XYZ 16.26 15.78 13.74 -
YUV 111.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 128 106 98 0 0.17 0.23 0.50 16 0.13 0.44
Hex 80 6A 62 0 11 17 32 10 D 2C
Octal 200 152 142 0 21 27 62 20 15 54
Binary 10000000 1101010 1100010 0 10001 10111 110010 10000 1101 101100

Color Harmonies of #806A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806A62

Black with #806A62

Text Example


Text Example

White with #806A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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