#6C586A

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

Shades of Salt Box #6C586A

Tints of Salt Box #6C586A

Color information

#6C586A (or 0x6C586A) is unknown color: approx Salt Box. HEX triplet: 6C, 58 and 6A. RGB value is (108,88,106). Sum of RGB (Red+Green+Blue) = 108+88+106=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 108 - color contains mainly: red. Hex color #6C586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C586A is #93A795. Grayscale: #5F5F5F. Windows color (decimal): -9676694 or 6969452. OLE color: 6969452.

HSL color Cylindrical-coordinate representation of color #6C586A: hue angle of 306º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C586A is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB10888106-
CMYK00.190.020.58
HSL306º10.2%38.43%-
HSV(B)306º18.52%42.35%-
XYZ12.2811.2115.15-
YUV96.03133.63136.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.76%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=35.76%
G=29.14%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1088810600.190.020.5830610.238.43
Hex6C586A01323A132a26
Octal1541301520232724621246
Binary110110010110001101010010011101110101001100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,88,106); }

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

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

 a { background-color: rgb(108,88,106); }

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

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

 span { border-color: rgb(108,88,106); }

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