Html Css Color HEX #84866B Bitter

📋 copy color: '#84866B'

red 132 ◦ green 134 ◦ blue 107

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

Shades of Bitter #84866B

Tints of Bitter #84866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.69%

R = 35.39%
G = 35.92%
B = 28.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#84866B (or 0x84866B) is known color: Bitter. HEX triplet: 84, 86 and 6B. RGB value is (132,134,107). Sum of RGB (Red+Green+Blue) = 132+134+107=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 134 - color contains mainly: green. Hex color #84866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84866B is #7B7994. Grayscale: #828282. Windows color (decimal): -8092053 or 7046788. OLE color: 7046788.

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

Color convert

RGB 132 134 107 -
CMYK 0.01 0 0.20 0.47
HSL 64.44º 0.11% 0.47% -
HSV(B) 64.44º 0.2% 0.53% -
XYZ 20.69 23.02 17.26 -
YUV 130.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 132 134 107 0.01 0 0.20 0.47 64.44 0.11 0.47
Hex 84 86 6B 1 0 14 2F 40 B 2F
Octal 204 206 153 1 0 24 57 100 13 57
Binary 10000100 10000110 1101011 1 0 10100 101111 1000000 1011 101111

Color Harmonies of #84866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84866B

Black with #84866B

Text Example


Text Example

White with #84866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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