Html Css Color HEX #828663 Bitter

📋 copy color: '#828663'

red 130 ◦ green 134 ◦ blue 99

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

Shades of Bitter #828663

Tints of Bitter #828663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.27%

R = 35.81%
G = 36.91%
B = 27.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#828663 (or 0x828663) is known color: Bitter. HEX triplet: 82, 86 and 63. RGB value is (130,134,99). Sum of RGB (Red+Green+Blue) = 130+134+99=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #828663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828663 is #7D799C. Grayscale: #808080. Windows color (decimal): -8223133 or 6522498. OLE color: 6522498.

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

Color convert

RGB 130 134 99 -
CMYK 0.03 0 0.26 0.47
HSL 66.86º 0.15% 0.46% -
HSV(B) 66.86º 0.26% 0.53% -
XYZ 19.98 22.7 15.13 -
YUV 128.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 130 134 99 0.03 0 0.26 0.47 66.86 0.15 0.46
Hex 82 86 63 3 0 1A 2F 43 F 2E
Octal 202 206 143 3 0 32 57 103 17 56
Binary 10000010 10000110 1100011 11 0 11010 101111 1000011 1111 101110

Color Harmonies of #828663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828663

Black with #828663

Text Example


Text Example

White with #828663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828663; }

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

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

background-color css

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

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

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

border-color css

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

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

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