#858768

Color #858768 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #858768

Tints of Bitter #858768

Color information

#858768 (or 0x858768) is unknown color: approx Bitter. HEX triplet: 85, 87 and 68. RGB value is (133,135,104). Sum of RGB (Red+Green+Blue) = 133+135+104=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #858768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858768 is #7A7897. Grayscale: #828282. Windows color (decimal): -8026264 or 6850437. OLE color: 6850437.

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

Color convert

RGB133135104-
CMYK0.0100.230.47
HSL63.87º12.97%46.86%-
HSV(B)63.87º22.96%52.94%-
XYZ20.8423.3116.5-
YUV130.87112.84129.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.75%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 104 (41.02% from 255) = 27.96%
R=35.75%
G=36.29%
B=27.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331351040.0100.230.4763.8712.9746.86
Hex85876810172F40d2f
Octal2052071501027571001557
Binary10000101100001111101000101011110111110000001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858768; }

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

 H1.HeaderClassName
 {
   color: #858768;
 }
 .AnyTagClassName
 {
   color: #858768;
 }
</style>
background-color css

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

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

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

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

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

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