#6F5967

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

Shades of Salt Box #6F5967

Tints of Salt Box #6F5967

Color information

#6F5967 (or 0x6F5967) is unknown color: approx Salt Box. HEX triplet: 6F, 59 and 67. RGB value is (111,89,103). Sum of RGB (Red+Green+Blue) = 111+89+103=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5967 is #90A698. Grayscale: #616161. Windows color (decimal): -9479833 or 6773103. OLE color: 6773103.

HSL color Cylindrical-coordinate representation of color #6F5967: hue angle of 321.82º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F5967 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11189103-
CMYK00.200.070.56
HSL321.82º11%39.22%-
HSV(B)321.82º19.82%43.53%-
XYZ12.5811.514.39-
YUV97.17131.29137.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.63%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 103 (40.62% from 255) = 33.99%
R=36.63%
G=29.37%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118910300.200.070.56321.821139.22
Hex6F5967014738142b27
Octal1571311470247705021347
Binary1101111101100111001110101001111110001010000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,89,103); }

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

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

 a { background-color: rgb(111,89,103); }

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

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

 span { border-color: rgb(111,89,103); }

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