#6F606B

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

Shades of Salt Box #6F606B

Tints of Salt Box #6F606B

Color information

#6F606B (or 0x6F606B) is unknown color: approx Salt Box. HEX triplet: 6F, 60 and 6B. RGB value is (111,96,107). Sum of RGB (Red+Green+Blue) = 111+96+107=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 111 - color contains mainly: red. Hex color #6F606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F606B is #909F94. Grayscale: #656565. Windows color (decimal): -9478037 or 7037039. OLE color: 7037039.

HSL color Cylindrical-coordinate representation of color #6F606B: hue angle of 316º 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 #6F606B is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11196107-
CMYK00.140.040.56
HSL316º7.25%40.59%-
HSV(B)316º13.51%43.53%-
XYZ13.3912.8115.68-
YUV101.74130.97134.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.35%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=35.35%
G=30.57%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119610700.140.040.563167.2540.59
Hex6F606B0E43813c729
Octal157140153016470474751
Binary11011111100000110101101110100111000100111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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