Html Css Color HEX #84866D Bitter

📋 copy color: '#84866D'

red 132 ◦ green 134 ◦ blue 109

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

Shades of Bitter #84866D

Tints of Bitter #84866D

RGB

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

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

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

R = 35.2%
G = 35.73%
B = 29.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#84866D (or 0x84866D) is known color: Bitter. HEX triplet: 84, 86 and 6D. RGB value is (132,134,109). Sum of RGB (Red+Green+Blue) = 132+134+109=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 134 - color contains mainly: green. Hex color #84866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84866D is #7B7992. Grayscale: #828282. Windows color (decimal): -8092051 or 7177860. OLE color: 7177860.

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

Color convert

RGB 132 134 109 -
CMYK 0.01 0 0.19 0.47
HSL 64.8º 0.1% 0.48% -
HSV(B) 64.8º 0.19% 0.53% -
XYZ 20.8 23.06 17.82 -
YUV 130.55 115.84 129.03 -
System Red Green Blue C M Y K H S L
Decimal 132 134 109 0.01 0 0.19 0.47 64.8 0.1 0.48
Hex 84 86 6D 1 0 13 2F 41 A 30
Octal 204 206 155 1 0 23 57 101 12 60
Binary 10000100 10000110 1101101 1 0 10011 101111 1000001 1010 110000

Color Harmonies of #84866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84866D

Black with #84866D

Text Example


Text Example

White with #84866D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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