#6B5D66

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

Shades of Salt Box #6B5D66

Tints of Salt Box #6B5D66

Color information

#6B5D66 (or 0x6B5D66) is unknown color: approx Salt Box. HEX triplet: 6B, 5D and 66. RGB value is (107,93,102). Sum of RGB (Red+Green+Blue) = 107+93+102=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5D66 is #94A299. Grayscale: #626262. Windows color (decimal): -9740954 or 6708587. OLE color: 6708587.

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

Color convert

RGB10793102-
CMYK00.130.050.58
HSL321.43º7%39.22%-
HSV(B)321.43º13.08%41.96%-
XYZ12.3811.9114.22-
YUV98.21130.14134.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.43%
GREEN value IS 93 (36.72% from 255) = 30.79%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=35.43%
G=30.79%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1079310200.130.050.58321.43739.22
Hex6B5D660D53A141727
Octal153135146015572501747
Binary11010111011101110011001101101111010101000001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,93,102); }

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

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

 a { background-color: rgb(107,93,102); }

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

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

 span { border-color: rgb(107,93,102); }

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