Html Css Color HEX #858B63 Bitter

📋 copy color: '#858B63'

red 133 ◦ green 139 ◦ blue 99

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

Shades of Bitter #858B63

Tints of Bitter #858B63

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.47%

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

R = 35.85%
G = 37.47%
B = 26.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#858B63 (or 0x858B63) is known color: Bitter. HEX triplet: 85, 8B and 63. RGB value is (133,139,99). Sum of RGB (Red+Green+Blue) = 133+139+99=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #858B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B63 is #7A749C. Grayscale: #848484. Windows color (decimal): -8025245 or 6523781. OLE color: 6523781.

HSL color Cylindrical-coordinate representation of color #858B63: hue angle of 69º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #858B63 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 139 99 -
CMYK 0.04 0 0.29 0.45
HSL 69º 0.17% 0.47% -
HSV(B) 69º 0.29% 0.55% -
XYZ 21.16 24.35 15.39 -
YUV 132.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 133 139 99 0.04 0 0.29 0.45 69 0.17 0.47
Hex 85 8B 63 4 0 1D 2D 45 11 2F
Octal 205 213 143 4 0 35 55 105 21 57
Binary 10000101 10001011 1100011 100 0 11101 101101 1000101 10001 101111

Color Harmonies of #858B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B63

Black with #858B63

Text Example


Text Example

White with #858B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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