#6C5A69

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

Shades of Salt Box #6C5A69

Tints of Salt Box #6C5A69

Color information

#6C5A69 (or 0x6C5A69) is unknown color: approx Salt Box. HEX triplet: 6C, 5A and 69. RGB value is (108,90,105). Sum of RGB (Red+Green+Blue) = 108+90+105=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5A69 is #93A596. Grayscale: #616161. Windows color (decimal): -9676183 or 6904428. OLE color: 6904428.

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

Color convert

RGB10890105-
CMYK00.170.030.58
HSL310º9.09%38.82%-
HSV(B)310º16.67%42.35%-
XYZ12.3911.5214.94-
YUV97.09132.46135.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.64%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=35.64%
G=29.70%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1089010500.170.030.583109.0938.82
Hex6C5A6901133A136927
Octal1541321510213724661147
Binary110110010110101101001010001111110101001101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,90,105); }

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

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

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

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

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

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

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