#6A5B66

Color #6A5B66 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #6A5B66

Tints of Salt Box #6A5B66

Color information

#6A5B66 (or 0x6A5B66) is unknown color: approx Salt Box. HEX triplet: 6A, 5B and 66. RGB value is (106,91,102). Sum of RGB (Red+Green+Blue) = 106+91+102=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5B66 is #95A499. Grayscale: #606060. Windows color (decimal): -9807002 or 6708074. OLE color: 6708074.

HSL color Cylindrical-coordinate representation of color #6A5B66: hue angle of 316º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A5B66 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB10691102-
CMYK00.140.040.58
HSL316º7.61%38.63%-
HSV(B)316º14.15%41.57%-
XYZ12.0811.5114.15-
YUV96.74130.97134.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.45%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=35.45%
G=30.43%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1069110200.140.040.583167.6138.63
Hex6A5B660E43A13c827
Octal1521331460164724741047
Binary110101010110111100110011101001110101001111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A5B66; }

 p { color: rgb(106,91,102); }

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

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

 a { background-color: rgb(106,91,102); }

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

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

 span { border-color: rgb(106,91,102); }

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