Html Css Color HEX #858761 Bitter

📋 copy color: '#858761'

red 133 ◦ green 135 ◦ blue 97

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

Shades of Bitter #858761

Tints of Bitter #858761

RGB

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

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

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

R = 36.44%
G = 36.99%
B = 26.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#858761 (or 0x858761) is known color: Bitter. HEX triplet: 85, 87 and 61. RGB value is (133,135,97). Sum of RGB (Red+Green+Blue) = 133+135+97=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #858761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858761 is #7A789E. Grayscale: #828282. Windows color (decimal): -8026271 or 6391685. OLE color: 6391685.

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

Color convert

RGB 133 135 97 -
CMYK 0.01 0 0.28 0.47
HSL 63.16º 0.16% 0.45% -
HSV(B) 63.16º 0.28% 0.53% -
XYZ 20.49 23.18 14.7 -
YUV 130.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 133 135 97 0.01 0 0.28 0.47 63.16 0.16 0.45
Hex 85 87 61 1 0 1C 2F 3F 10 2D
Octal 205 207 141 1 0 34 57 77 20 55
Binary 10000101 10000111 1100001 1 0 11100 101111 111111 10000 101101

Color Harmonies of #858761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858761

Black with #858761

Text Example


Text Example

White with #858761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858761; }

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

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

background-color css

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

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

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

border-color css

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

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

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