Html Css Color HEX #858863 Bitter

📋 copy color: '#858863'

red 133 ◦ green 136 ◦ blue 99

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

Shades of Bitter #858863

Tints of Bitter #858863

RGB

 RED value IS 133 (52.34% from 255) = 36.14%

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

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

R = 36.14%
G = 36.96%
B = 26.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#858863 (or 0x858863) is known color: Bitter. HEX triplet: 85, 88 and 63. RGB value is (133,136,99). Sum of RGB (Red+Green+Blue) = 133+136+99=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #858863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858863 is #7A779C. Grayscale: #838383. Windows color (decimal): -8026013 or 6523013. OLE color: 6523013.

HSL color Cylindrical-coordinate representation of color #858863: hue angle of 64.86º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #858863 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 99 -
CMYK 0.02 0 0.27 0.47
HSL 64.86º 0.16% 0.46% -
HSV(B) 64.86º 0.27% 0.53% -
XYZ 20.73 23.5 15.25 -
YUV 130.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 133 136 99 0.02 0 0.27 0.47 64.86 0.16 0.46
Hex 85 88 63 2 0 1B 2F 41 10 2E
Octal 205 210 143 2 0 33 57 101 20 56
Binary 10000101 10001000 1100011 10 0 11011 101111 1000001 10000 101110

Color Harmonies of #858863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858863

Black with #858863

Text Example


Text Example

White with #858863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858863; }

 p { color: rgb(133,136,99); }

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

background-color css

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

 a { background-color: rgb(133,136,99); }

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

border-color css

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

 span { border-color: rgb(133,136,99); }

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