Html Css Color HEX #828C66 Bitter

📋 copy color: '#828C66'

red 130 ◦ green 140 ◦ blue 102

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

Shades of Bitter #828C66

Tints of Bitter #828C66

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.63%

 BLUE value IS 102 (40.23% from 255) = 27.42%

R = 34.95%
G = 37.63%
B = 27.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#828C66 (or 0x828C66) is known color: Bitter. HEX triplet: 82, 8C and 66. RGB value is (130,140,102). Sum of RGB (Red+Green+Blue) = 130+140+102=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 140 - color contains mainly: green. Hex color #828C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C66 is #7D7399. Grayscale: #848484. Windows color (decimal): -8221594 or 6720642. OLE color: 6720642.

HSL color Cylindrical-coordinate representation of color #828C66: hue angle of 75.79º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #828C66 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 140 102 -
CMYK 0.07 0 0.27 0.45
HSL 75.79º 0.16% 0.47% -
HSV(B) 75.79º 0.27% 0.55% -
XYZ 20.98 24.46 16.19 -
YUV 132.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 130 140 102 0.07 0 0.27 0.45 75.79 0.16 0.47
Hex 82 8C 66 7 0 1B 2D 4C 10 2F
Octal 202 214 146 7 0 33 55 114 20 57
Binary 10000010 10001100 1100110 111 0 11011 101101 1001100 10000 101111

Color Harmonies of #828C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828C66

Black with #828C66

Text Example


Text Example

White with #828C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828C66; }

 p { color: rgb(130,140,102); }

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

background-color css

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

 a { background-color: rgb(130,140,102); }

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

border-color css

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

 span { border-color: rgb(130,140,102); }

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