#6F656E

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

Shades of Salt Box #6F656E

Tints of Salt Box #6F656E

Color information

#6F656E (or 0x6F656E) is unknown color: approx Salt Box. HEX triplet: 6F, 65 and 6E. RGB value is (111,101,110). Sum of RGB (Red+Green+Blue) = 111+101+110=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 111 - color contains mainly: red. Hex color #6F656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F656E is #909A91. Grayscale: #686868. Windows color (decimal): -9476754 or 7234927. OLE color: 7234927.

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

Color convert

RGB111101110-
CMYK00.090.010.56
HSL306º4.72%41.57%-
HSV(B)306º9.01%43.53%-
XYZ14.0213.8116.68-
YUV105.02130.81132.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.47%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=34.47%
G=31.37%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110111000.090.010.563064.7241.57
Hex6F656E0913813252a
Octal157145156011170462552
Binary110111111001011101110010011111000100110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,101,110); }

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

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

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

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

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

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

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