Html Css Color HEX #808560 Bitter

📋 copy color: '#808560'

red 128 ◦ green 133 ◦ blue 96

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

Shades of Bitter #808560

Tints of Bitter #808560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.25%

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

R = 35.85%
G = 37.25%
B = 26.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#808560 (or 0x808560) is known color: Bitter. HEX triplet: 80, 85 and 60. RGB value is (128,133,96). Sum of RGB (Red+Green+Blue) = 128+133+96=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #808560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808560 is #7F7A9F. Grayscale: #7F7F7F. Windows color (decimal): -8354464 or 6325632. OLE color: 6325632.

HSL color Cylindrical-coordinate representation of color #808560: hue angle of 68.11º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #808560 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 96 -
CMYK 0.04 0 0.28 0.48
HSL 68.11º 0.16% 0.45% -
HSV(B) 68.11º 0.28% 0.52% -
XYZ 19.4 22.21 14.33 -
YUV 127.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 128 133 96 0.04 0 0.28 0.48 68.11 0.16 0.45
Hex 80 85 60 4 0 1C 30 44 10 2D
Octal 200 205 140 4 0 34 60 104 20 55
Binary 10000000 10000101 1100000 100 0 11100 110000 1000100 10000 101101

Color Harmonies of #808560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808560

Black with #808560

Text Example


Text Example

White with #808560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808560; }

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

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

background-color css

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

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

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

border-color css

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

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

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