Html Css Color HEX #828861 Bitter

📋 copy color: '#828861'

red 130 ◦ green 136 ◦ blue 97

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

Shades of Bitter #828861

Tints of Bitter #828861

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

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

R = 35.81%
G = 37.47%
B = 26.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#828861 (or 0x828861) is known color: Bitter. HEX triplet: 82, 88 and 61. RGB value is (130,136,97). Sum of RGB (Red+Green+Blue) = 130+136+97=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #828861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828861 is #7D779E. Grayscale: #818181. Windows color (decimal): -8222623 or 6391938. OLE color: 6391938.

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

Color convert

RGB 130 136 97 -
CMYK 0.04 0 0.29 0.47
HSL 69.23º 0.17% 0.46% -
HSV(B) 69.23º 0.29% 0.53% -
XYZ 20.17 23.22 14.73 -
YUV 129.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 130 136 97 0.04 0 0.29 0.47 69.23 0.17 0.46
Hex 82 88 61 4 0 1D 2F 45 11 2E
Octal 202 210 141 4 0 35 57 105 21 56
Binary 10000010 10001000 1100001 100 0 11101 101111 1000101 10001 101110

Color Harmonies of #828861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828861

Black with #828861

Text Example


Text Example

White with #828861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828861; }

 p { color: rgb(130,136,97); }

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

background-color css

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

 a { background-color: rgb(130,136,97); }

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

border-color css

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

 span { border-color: rgb(130,136,97); }

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