Html Css Color HEX #82866C Bitter

📋 copy color: '#82866C'

red 130 ◦ green 134 ◦ blue 108

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

Shades of Bitter #82866C

Tints of Bitter #82866C

RGB

 RED value IS 130 (51.17% from 255) = 34.95%

 GREEN value IS 134 (52.73% from 255) = 36.02%

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 34.95%
G = 36.02%
B = 29.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#82866C (or 0x82866C) is known color: Bitter. HEX triplet: 82, 86 and 6C. RGB value is (130,134,108). Sum of RGB (Red+Green+Blue) = 130+134+108=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 134 - color contains mainly: green. Hex color #82866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82866C is #7D7993. Grayscale: #818181. Windows color (decimal): -8223124 or 7112322. OLE color: 7112322.

HSL color Cylindrical-coordinate representation of color #82866C: hue angle of 69.23º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82866C is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 108 -
CMYK 0.03 0 0.19 0.47
HSL 69.23º 0.11% 0.47% -
HSV(B) 69.23º 0.19% 0.53% -
XYZ 20.44 22.88 17.53 -
YUV 129.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 130 134 108 0.03 0 0.19 0.47 69.23 0.11 0.47
Hex 82 86 6C 3 0 13 2F 45 B 2F
Octal 202 206 154 3 0 23 57 105 13 57
Binary 10000010 10000110 1101100 11 0 10011 101111 1000101 1011 101111

Color Harmonies of #82866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82866C

Black with #82866C

Text Example


Text Example

White with #82866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82866C; }

 p { color: rgb(130,134,108); }

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

background-color css

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

 a { background-color: rgb(130,134,108); }

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

border-color css

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

 span { border-color: rgb(130,134,108); }

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