Html Css Color HEX #858961 Bitter

📋 copy color: '#858961'

red 133 ◦ green 137 ◦ blue 97

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

Shades of Bitter #858961

Tints of Bitter #858961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.33%

 BLUE value IS 97 (38.28% from 255) = 26.43%

R = 36.24%
G = 37.33%
B = 26.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#858961 (or 0x858961) is known color: Bitter. HEX triplet: 85, 89 and 61. RGB value is (133,137,97). Sum of RGB (Red+Green+Blue) = 133+137+97=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #858961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858961 is #7A769E. Grayscale: #838383. Windows color (decimal): -8025759 or 6392197. OLE color: 6392197.

HSL color Cylindrical-coordinate representation of color #858961: hue angle of 66º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #858961 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 97 -
CMYK 0.03 0 0.29 0.46
HSL 66º 0.17% 0.46% -
HSV(B) 66º 0.29% 0.54% -
XYZ 20.78 23.74 14.8 -
YUV 131.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 133 137 97 0.03 0 0.29 0.46 66 0.17 0.46
Hex 85 89 61 3 0 1D 2E 42 11 2E
Octal 205 211 141 3 0 35 56 102 21 56
Binary 10000101 10001001 1100001 11 0 11101 101110 1000010 10001 101110

Color Harmonies of #858961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858961

Black with #858961

Text Example


Text Example

White with #858961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858961; }

 p { color: rgb(133,137,97); }

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

background-color css

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

 a { background-color: rgb(133,137,97); }

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

border-color css

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

 span { border-color: rgb(133,137,97); }

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