Html Css Color HEX #808966 Bitter

📋 copy color: '#808966'

red 128 ◦ green 137 ◦ blue 102

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

Shades of Bitter #808966

Tints of Bitter #808966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.33%

 BLUE value IS 102 (40.23% from 255) = 27.79%

R = 34.88%
G = 37.33%
B = 27.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#808966 (or 0x808966) is known color: Bitter. HEX triplet: 80, 89 and 66. RGB value is (128,137,102). Sum of RGB (Red+Green+Blue) = 128+137+102=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #808966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808966 is #7F7699. Grayscale: #828282. Windows color (decimal): -8353434 or 6719872. OLE color: 6719872.

HSL color Cylindrical-coordinate representation of color #808966: hue angle of 75.43º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #808966 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 102 -
CMYK 0.07 0 0.26 0.46
HSL 75.43º 0.15% 0.47% -
HSV(B) 75.43º 0.26% 0.54% -
XYZ 20.25 23.44 16.03 -
YUV 130.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 128 137 102 0.07 0 0.26 0.46 75.43 0.15 0.47
Hex 80 89 66 7 0 1A 2E 4B F 2F
Octal 200 211 146 7 0 32 56 113 17 57
Binary 10000000 10001001 1100110 111 0 11010 101110 1001011 1111 101111

Color Harmonies of #808966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808966

Black with #808966

Text Example


Text Example

White with #808966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808966; }

 p { color: rgb(128,137,102); }

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

background-color css

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

 a { background-color: rgb(128,137,102); }

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

border-color css

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

 span { border-color: rgb(128,137,102); }

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