Html Css Color HEX #828869 Bitter

📋 copy color: '#828869'

red 130 ◦ green 136 ◦ blue 105

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

Shades of Bitter #828869

Tints of Bitter #828869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.3%

R = 35.04%
G = 36.66%
B = 28.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#828869 (or 0x828869) is known color: Bitter. HEX triplet: 82, 88 and 69. RGB value is (130,136,105). Sum of RGB (Red+Green+Blue) = 130+136+105=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #828869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828869 is #7D7796. Grayscale: #828282. Windows color (decimal): -8222615 or 6916226. OLE color: 6916226.

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

Color convert

RGB 130 136 105 -
CMYK 0.04 0 0.23 0.47
HSL 71.61º 0.13% 0.47% -
HSV(B) 71.61º 0.23% 0.53% -
XYZ 20.56 23.37 16.79 -
YUV 130.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 130 136 105 0.04 0 0.23 0.47 71.61 0.13 0.47
Hex 82 88 69 4 0 17 2F 48 D 2F
Octal 202 210 151 4 0 27 57 110 15 57
Binary 10000010 10001000 1101001 100 0 10111 101111 1001000 1101 101111

Color Harmonies of #828869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828869

Black with #828869

Text Example


Text Example

White with #828869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828869; }

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

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

background-color css

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

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

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

border-color css

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

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

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