#6F606F

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

Shades of Salt Box #6F606F

Tints of Salt Box #6F606F

Color information

#6F606F (or 0x6F606F) is unknown color: approx Salt Box. HEX triplet: 6F, 60 and 6F. RGB value is (111,96,111). Sum of RGB (Red+Green+Blue) = 111+96+111=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F606F is #909F90. Grayscale: #666666. Windows color (decimal): -9478033 or 7299183. OLE color: 7299183.

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

Color convert

RGB11196111-
CMYK00.1400.56
HSL300º7.25%40.59%-
HSV(B)300º13.51%43.53%-
XYZ13.6112.8916.81-
YUV102.2132.97134.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.91%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=34.91%
G=30.19%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119611100.1400.563007.2540.59
Hex6F606F0E03812c729
Octal157140157016070454751
Binary110111111000001101111011100111000100101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,96,111); }

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

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

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

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

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

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

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