#858769

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

Shades of Bitter #858769

Tints of Bitter #858769

Color information

#858769 (or 0x858769) is unknown color: approx Bitter. HEX triplet: 85, 87 and 69. RGB value is (133,135,105). Sum of RGB (Red+Green+Blue) = 133+135+105=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #858769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858769 is #7A7896. Grayscale: #838383. Windows color (decimal): -8026263 or 6915973. OLE color: 6915973.

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

Color convert

RGB133135105-
CMYK0.0100.220.47
HSL64º12.5%47.06%-
HSV(B)64º22.22%52.94%-
XYZ20.8923.3316.77-
YUV130.98113.34129.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.66%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=35.66%
G=36.19%
B=28.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331351050.0100.220.476412.547.06
Hex85876910162F40d2f
Octal2052071511026571001557
Binary10000101100001111101001101011010111110000001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858769; }

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

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

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

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

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

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

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

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