#6C5766

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

Shades of Salt Box #6C5766

Tints of Salt Box #6C5766

Color information

#6C5766 (or 0x6C5766) is unknown color: approx Salt Box. HEX triplet: 6C, 57 and 66. RGB value is (108,87,102). Sum of RGB (Red+Green+Blue) = 108+87+102=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5766 is #93A899. Grayscale: #5E5E5E. Windows color (decimal): -9676954 or 6707052. OLE color: 6707052.

HSL color Cylindrical-coordinate representation of color #6C5766: hue angle of 317.14º degrees, saturation: 0.11, 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 #6C5766 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB10887102-
CMYK00.190.060.58
HSL317.14º10.77%38.24%-
HSV(B)317.14º19.44%42.35%-
XYZ11.9910.9614.05-
YUV94.99131.96137.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.36%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=36.36%
G=29.29%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1088710200.190.060.58317.1410.7738.24
Hex6C576601363A13db26
Octal1541271460236724751346
Binary1101100101011111001100100111101110101001111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,87,102); }

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

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

 a { background-color: rgb(108,87,102); }

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

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

 span { border-color: rgb(108,87,102); }

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