Html Css Color HEX #828662 Bitter

📋 copy color: '#828662'

red 130 ◦ green 134 ◦ blue 98

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

Shades of Bitter #828662

Tints of Bitter #828662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.07%

R = 35.91%
G = 37.02%
B = 27.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#828662 (or 0x828662) is known color: Bitter. HEX triplet: 82, 86 and 62. RGB value is (130,134,98). Sum of RGB (Red+Green+Blue) = 130+134+98=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #828662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828662 is #7D799D. Grayscale: #808080. Windows color (decimal): -8223134 or 6456962. OLE color: 6456962.

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

Color convert

RGB 130 134 98 -
CMYK 0.03 0 0.27 0.47
HSL 66.67º 0.16% 0.45% -
HSV(B) 66.67º 0.27% 0.53% -
XYZ 19.94 22.68 14.88 -
YUV 128.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 130 134 98 0.03 0 0.27 0.47 66.67 0.16 0.45
Hex 82 86 62 3 0 1B 2F 43 10 2D
Octal 202 206 142 3 0 33 57 103 20 55
Binary 10000010 10000110 1100010 11 0 11011 101111 1000011 10000 101101

Color Harmonies of #828662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828662

Black with #828662

Text Example


Text Example

White with #828662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828662; }

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

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

background-color css

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

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

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

border-color css

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

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

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