#858569

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

Shades of Bitter #858569

Tints of Bitter #858569

Color information

#858569 (or 0x858569) is unknown color: approx Bitter. HEX triplet: 85, 85 and 69. RGB value is (133,133,105). Sum of RGB (Red+Green+Blue) = 133+133+105=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858569 is #7A7A96. Grayscale: #818181. Windows color (decimal): -8026775 or 6915461. OLE color: 6915461.

HSL color Cylindrical-coordinate representation of color #858569: hue angle of 60º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #858569 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB133133105-
CMYK000.210.48
HSL60º11.76%46.67%-
HSV(B)60º21.05%52.16%-
XYZ20.6122.7816.68-
YUV129.81114130.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.85%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=35.85%
G=35.85%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133133105000.210.486011.7646.67
Hex8585690015303cc2f
Octal205205151002560741457
Binary1000010110000101110100100101011100001111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858569; }

 p { color: rgb(133,133,105); }

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

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

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

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

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

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

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