Html Css Color HEX #849063 Bitter

📋 copy color: '#849063'

red 132 ◦ green 144 ◦ blue 99

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

Shades of Bitter #849063

Tints of Bitter #849063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

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

R = 35.2%
G = 38.4%
B = 26.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#849063 (or 0x849063) is known color: Bitter. HEX triplet: 84, 90 and 63. RGB value is (132,144,99). Sum of RGB (Red+Green+Blue) = 132+144+99=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #849063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849063 is #7B6F9C. Grayscale: #878787. Windows color (decimal): -8089501 or 6525060. OLE color: 6525060.

HSL color Cylindrical-coordinate representation of color #849063: hue angle of 76º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #849063 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 144 99 -
CMYK 0.08 0 0.31 0.44
HSL 76º 0.19% 0.48% -
HSV(B) 76º 0.31% 0.56% -
XYZ 21.74 25.75 15.63 -
YUV 135.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 132 144 99 0.08 0 0.31 0.44 76 0.19 0.48
Hex 84 90 63 8 0 1F 2C 4C 13 30
Octal 204 220 143 10 0 37 54 114 23 60
Binary 10000100 10010000 1100011 1000 0 11111 101100 1001100 10011 110000

Color Harmonies of #849063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849063

Black with #849063

Text Example


Text Example

White with #849063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849063; }

 p { color: rgb(132,144,99); }

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

background-color css

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

 a { background-color: rgb(132,144,99); }

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

border-color css

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

 span { border-color: rgb(132,144,99); }

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