Html Css Color HEX #84886F Bitter

📋 copy color: '#84886F'

red 132 ◦ green 136 ◦ blue 111

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

Shades of Bitter #84886F

Tints of Bitter #84886F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.29%

R = 34.83%
G = 35.88%
B = 29.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#84886F (or 0x84886F) is known color: Bitter. HEX triplet: 84, 88 and 6F. RGB value is (132,136,111). Sum of RGB (Red+Green+Blue) = 132+136+111=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #84886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84886F is #7B7790. Grayscale: #848484. Windows color (decimal): -8091537 or 7309444. OLE color: 7309444.

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

Color convert

RGB 132 136 111 -
CMYK 0.03 0 0.18 0.47
HSL 69.6º 0.1% 0.48% -
HSV(B) 69.6º 0.18% 0.53% -
XYZ 21.19 23.66 18.49 -
YUV 131.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 132 136 111 0.03 0 0.18 0.47 69.6 0.1 0.48
Hex 84 88 6F 3 0 12 2F 46 A 30
Octal 204 210 157 3 0 22 57 106 12 60
Binary 10000100 10001000 1101111 11 0 10010 101111 1000110 1010 110000

Color Harmonies of #84886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84886F

Black with #84886F

Text Example


Text Example

White with #84886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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