Html Css Color HEX #806B61 Russett

📋 copy color: '#806B61'

red 128 ◦ green 107 ◦ blue 97

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

Shades of Russett #806B61

Tints of Russett #806B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

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

R = 38.55%
G = 32.23%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#806B61 (or 0x806B61) is known color: Russett. HEX triplet: 80, 6B and 61. RGB value is (128,107,97). Sum of RGB (Red+Green+Blue) = 128+107+97=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 128 - color contains mainly: red. Hex color #806B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806B61 is #7F949E. Grayscale: #707070. Windows color (decimal): -8361119 or 6384512. OLE color: 6384512.

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

Color convert

RGB 128 107 97 -
CMYK 0 0.16 0.24 0.50
HSL 19.35º 0.14% 0.44% -
HSV(B) 19.35º 0.24% 0.5% -
XYZ 16.32 15.97 13.53 -
YUV 112.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 128 107 97 0 0.16 0.24 0.50 19.35 0.14 0.44
Hex 80 6B 61 0 10 18 32 13 E 2C
Octal 200 153 141 0 20 30 62 23 16 54
Binary 10000000 1101011 1100001 0 10000 11000 110010 10011 1110 101100

Color Harmonies of #806B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B61

Black with #806B61

Text Example


Text Example

White with #806B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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