#6B5D68

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

Shades of Salt Box #6B5D68

Tints of Salt Box #6B5D68

Color information

#6B5D68 (or 0x6B5D68) is unknown color: approx Salt Box. HEX triplet: 6B, 5D and 68. RGB value is (107,93,104). Sum of RGB (Red+Green+Blue) = 107+93+104=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5D68 is #94A297. Grayscale: #626262. Windows color (decimal): -9740952 or 6839659. OLE color: 6839659.

HSL color Cylindrical-coordinate representation of color #6B5D68: hue angle of 312.86º 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 #6B5D68 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB10793104-
CMYK00.130.030.58
HSL312.86º7%39.22%-
HSV(B)312.86º13.08%41.96%-
XYZ12.4811.9514.75-
YUV98.44131.14134.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.20%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=35.20%
G=30.59%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1079310400.130.030.58312.86739.22
Hex6B5D680D33A139727
Octal153135150015372471747
Binary1101011101110111010000110111111010100111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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