#6E5867

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

Shades of Salt Box #6E5867

Tints of Salt Box #6E5867

Color information

#6E5867 (or 0x6E5867) is unknown color: approx Salt Box. HEX triplet: 6E, 58 and 67. RGB value is (110,88,103). Sum of RGB (Red+Green+Blue) = 110+88+103=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5867 is #91A798. Grayscale: #606060. Windows color (decimal): -9545625 or 6772846. OLE color: 6772846.

HSL color Cylindrical-coordinate representation of color #6E5867: hue angle of 319.09º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E5867 is Cyan = 0, Magento = 0.2, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB11088103-
CMYK00.20.060.57
HSL319.09º11.11%38.82%-
HSV(B)319.09º20%43.14%-
XYZ12.3711.2714.36-
YUV96.29131.79137.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.54%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=36.54%
G=29.24%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1108810300.20.060.57319.0911.1138.82
Hex6E586701463913fb27
Octal1561301470246714771347
Binary1101110101100011001110101001101110011001111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,88,103); }

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

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

 a { background-color: rgb(110,88,103); }

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

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

 span { border-color: rgb(110,88,103); }

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