Html Css Color HEX #808360 Bitter

📋 copy color: '#808360'

red 128 ◦ green 131 ◦ blue 96

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

Shades of Bitter #808360

Tints of Bitter #808360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.9%

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

R = 36.06%
G = 36.9%
B = 27.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#808360 (or 0x808360) is known color: Bitter. HEX triplet: 80, 83 and 60. RGB value is (128,131,96). Sum of RGB (Red+Green+Blue) = 128+131+96=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 131 - color contains mainly: green. Hex color #808360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808360 is #7F7C9F. Grayscale: #7E7E7E. Windows color (decimal): -8354976 or 6325120. OLE color: 6325120.

HSL color Cylindrical-coordinate representation of color #808360: hue angle of 65.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #808360 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 131 96 -
CMYK 0.02 0 0.27 0.49
HSL 65.14º 0.15% 0.45% -
HSV(B) 65.14º 0.27% 0.51% -
XYZ 19.13 21.67 14.24 -
YUV 126.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 128 131 96 0.02 0 0.27 0.49 65.14 0.15 0.45
Hex 80 83 60 2 0 1B 31 41 F 2D
Octal 200 203 140 2 0 33 61 101 17 55
Binary 10000000 10000011 1100000 10 0 11011 110001 1000001 1111 101101

Color Harmonies of #808360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808360

Black with #808360

Text Example


Text Example

White with #808360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808360; }

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

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

background-color css

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

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

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

border-color css

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

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

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