#6A5D69

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

Shades of Salt Box #6A5D69

Tints of Salt Box #6A5D69

Color information

#6A5D69 (or 0x6A5D69) is unknown color: approx Salt Box. HEX triplet: 6A, 5D and 69. RGB value is (106,93,105). Sum of RGB (Red+Green+Blue) = 106+93+105=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5D69 is #95A296. Grayscale: #626262. Windows color (decimal): -9806487 or 6905194. OLE color: 6905194.

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

Color convert

RGB10693105-
CMYK00.120.010.58
HSL304.62º6.53%39.02%-
HSV(B)304.62º12.26%41.57%-
XYZ12.4111.9115.01-
YUV98.26131.81133.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.87%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=34.87%
G=30.59%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1069310500.120.010.58304.626.5339.02
Hex6A5D690C13A131727
Octal152135151014172461747
Binary110101010111011101001011001111010100110001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,93,105); }

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

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

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

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

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

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

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