Html Css Color HEX #858760 Bitter

📋 copy color: '#858760'

red 133 ◦ green 135 ◦ blue 96

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

Shades of Bitter #858760

Tints of Bitter #858760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.09%

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 36.54%
G = 37.09%
B = 26.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#858760 (or 0x858760) is known color: Bitter. HEX triplet: 85, 87 and 60. RGB value is (133,135,96). Sum of RGB (Red+Green+Blue) = 133+135+96=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #858760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858760 is #7A789F. Grayscale: #828282. Windows color (decimal): -8026272 or 6326149. OLE color: 6326149.

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

Color convert

RGB 133 135 96 -
CMYK 0.01 0 0.29 0.47
HSL 63.08º 0.17% 0.45% -
HSV(B) 63.08º 0.29% 0.53% -
XYZ 20.45 23.16 14.46 -
YUV 129.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 133 135 96 0.01 0 0.29 0.47 63.08 0.17 0.45
Hex 85 87 60 1 0 1D 2F 3F 11 2D
Octal 205 207 140 1 0 35 57 77 21 55
Binary 10000101 10000111 1100000 1 0 11101 101111 111111 10001 101101

Color Harmonies of #858760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858760

Black with #858760

Text Example


Text Example

White with #858760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858760; }

 p { color: rgb(133,135,96); }

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

background-color css

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

 a { background-color: rgb(133,135,96); }

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

border-color css

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

 span { border-color: rgb(133,135,96); }

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