#6F5B69

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

Shades of Salt Box #6F5B69

Tints of Salt Box #6F5B69

Color information

#6F5B69 (or 0x6F5B69) is unknown color: approx Salt Box. HEX triplet: 6F, 5B and 69. RGB value is (111,91,105). Sum of RGB (Red+Green+Blue) = 111+91+105=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B69 is #90A496. Grayscale: #626262. Windows color (decimal): -9479319 or 6904687. OLE color: 6904687.

HSL color Cylindrical-coordinate representation of color #6F5B69: hue angle of 318º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F5B69 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11191105-
CMYK00.180.050.56
HSL318º9.9%39.61%-
HSV(B)318º18.02%43.53%-
XYZ12.8511.8814.98-
YUV98.58131.63136.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.16%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=36.16%
G=29.64%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119110500.180.050.563189.939.61
Hex6F5B6901253813ea28
Octal1571331510225704761250
Binary1101111101101111010010100101011110001001111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,91,105); }

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

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

 a { background-color: rgb(111,91,105); }

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

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

 span { border-color: rgb(111,91,105); }

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