#6F606A

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

Shades of Salt Box #6F606A

Tints of Salt Box #6F606A

Color information

#6F606A (or 0x6F606A) is unknown color: approx Salt Box. HEX triplet: 6F, 60 and 6A. RGB value is (111,96,106). Sum of RGB (Red+Green+Blue) = 111+96+106=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 111 - color contains mainly: red. Hex color #6F606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F606A is #909F95. Grayscale: #656565. Windows color (decimal): -9478038 or 6971503. OLE color: 6971503.

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

Color convert

RGB11196106-
CMYK00.140.050.56
HSL320º7.25%40.59%-
HSV(B)320º13.51%43.53%-
XYZ13.3412.7915.4-
YUV101.62130.47134.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.46%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=35.46%
G=30.67%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119610600.140.050.563207.2540.59
Hex6F606A0E538140729
Octal157140152016570500751
Binary11011111100000110101001110101111000101000000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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