Html Css Color HEX #84886D Bitter

📋 copy color: '#84886D'

red 132 ◦ green 136 ◦ blue 109

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

Shades of Bitter #84886D

Tints of Bitter #84886D

RGB

 RED value IS 132 (51.95% from 255) = 35.01%

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

 BLUE value IS 109 (42.97% from 255) = 28.91%

R = 35.01%
G = 36.07%
B = 28.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#84886D (or 0x84886D) is known color: Bitter. HEX triplet: 84, 88 and 6D. RGB value is (132,136,109). Sum of RGB (Red+Green+Blue) = 132+136+109=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 136 - color contains mainly: green. Hex color #84886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84886D is #7B7792. Grayscale: #838383. Windows color (decimal): -8091539 or 7178372. OLE color: 7178372.

HSL color Cylindrical-coordinate representation of color #84886D: hue angle of 68.89º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84886D is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 136 109 -
CMYK 0.03 0 0.20 0.47
HSL 68.89º 0.11% 0.48% -
HSV(B) 68.89º 0.2% 0.53% -
XYZ 21.08 23.62 17.92 -
YUV 131.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 132 136 109 0.03 0 0.20 0.47 68.89 0.11 0.48
Hex 84 88 6D 3 0 14 2F 45 B 30
Octal 204 210 155 3 0 24 57 105 13 60
Binary 10000100 10001000 1101101 11 0 10100 101111 1000101 1011 110000

Color Harmonies of #84886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84886D

Black with #84886D

Text Example


Text Example

White with #84886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84886D; }

 p { color: rgb(132,136,109); }

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

background-color css

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

 a { background-color: rgb(132,136,109); }

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

border-color css

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

 span { border-color: rgb(132,136,109); }

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