Html Css Color HEX #806960 Russett

📋 copy color: '#806960'

red 128 ◦ green 105 ◦ blue 96

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

Shades of Russett #806960

Tints of Russett #806960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 38.91%
G = 31.91%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#806960 (or 0x806960) is known color: Russett. HEX triplet: 80, 69 and 60. RGB value is (128,105,96). Sum of RGB (Red+Green+Blue) = 128+105+96=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #806960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806960 is #7F969F. Grayscale: #6E6E6E. Windows color (decimal): -8361632 or 6318464. OLE color: 6318464.

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

Color convert

RGB 128 105 96 -
CMYK 0 0.18 0.25 0.50
HSL 16.88º 0.14% 0.44% -
HSV(B) 16.88º 0.25% 0.5% -
XYZ 16.06 15.54 13.22 -
YUV 110.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 128 105 96 0 0.18 0.25 0.50 16.88 0.14 0.44
Hex 80 69 60 0 12 19 32 11 E 2C
Octal 200 151 140 0 22 31 62 21 16 54
Binary 10000000 1101001 1100000 0 10010 11001 110010 10001 1110 101100

Color Harmonies of #806960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806960

Black with #806960

Text Example


Text Example

White with #806960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806960; }

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

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

background-color css

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

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

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

border-color css

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

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

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