#858A6A

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

Shades of Bitter #858A6A

Tints of Bitter #858A6A

Color information

#858A6A (or 0x858A6A) is unknown color: approx Bitter. HEX triplet: 85, 8A and 6A. RGB value is (133,138,106). Sum of RGB (Red+Green+Blue) = 133+138+106=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 138 - color contains mainly: green. Hex color #858A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858A6A is #7A7595. Grayscale: #848484. Windows color (decimal): -8025494 or 6982277. OLE color: 6982277.

HSL color Cylindrical-coordinate representation of color #858A6A: hue angle of 69.38º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858A6A is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB133138106-
CMYK0.0400.230.46
HSL69.38º13.11%47.84%-
HSV(B)69.38º23.19%54.12%-
XYZ21.3624.217.18-
YUV132.86112.84128.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=35.28%
G=36.60%
B=28.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331381060.0400.230.4669.3813.1147.84
Hex858A6A40172E45d30
Octal2052121524027561051560
Binary1000010110001010110101010001011110111010001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858A6A; }

 p { color: rgb(133,138,106); }

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

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

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

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

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

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

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