Html Css Color HEX #848565 Bitter

📋 copy color: '#848565'

red 132 ◦ green 133 ◦ blue 101

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

Shades of Bitter #848565

Tints of Bitter #848565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 101 (39.84% from 255) = 27.6%

R = 36.07%
G = 36.34%
B = 27.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#848565 (or 0x848565) is known color: Bitter. HEX triplet: 84, 85 and 65. RGB value is (132,133,101). Sum of RGB (Red+Green+Blue) = 132+133+101=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #848565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848565 is #7B7A9A. Grayscale: #818181. Windows color (decimal): -8092315 or 6653316. OLE color: 6653316.

HSL color Cylindrical-coordinate representation of color #848565: hue angle of 61.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #848565 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 133 101 -
CMYK 0.01 0 0.24 0.48
HSL 61.88º 0.14% 0.46% -
HSV(B) 61.88º 0.24% 0.52% -
XYZ 20.25 22.62 15.61 -
YUV 129.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 132 133 101 0.01 0 0.24 0.48 61.88 0.14 0.46
Hex 84 85 65 1 0 18 30 3E E 2E
Octal 204 205 145 1 0 30 60 76 16 56
Binary 10000100 10000101 1100101 1 0 11000 110000 111110 1110 101110

Color Harmonies of #848565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848565

Black with #848565

Text Example


Text Example

White with #848565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848565; }

 p { color: rgb(132,133,101); }

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

background-color css

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

 a { background-color: rgb(132,133,101); }

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

border-color css

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

 span { border-color: rgb(132,133,101); }

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