#6F676E

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

Shades of Salt Box #6F676E

Tints of Salt Box #6F676E

Color information

#6F676E (or 0x6F676E) is unknown color: approx Salt Box. HEX triplet: 6F, 67 and 6E. RGB value is (111,103,110). Sum of RGB (Red+Green+Blue) = 111+103+110=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 111 - color contains mainly: red. Hex color #6F676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F676E is #909891. Grayscale: #6A6A6A. Windows color (decimal): -9476242 or 7235439. OLE color: 7235439.

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

Color convert

RGB111103110-
CMYK00.070.010.56
HSL307.5º3.74%41.96%-
HSV(B)307.5º7.21%43.53%-
XYZ14.2214.2116.74-
YUV106.19130.15131.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.26%
GREEN value IS 103 (40.62% from 255) = 31.79%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=34.26%
G=31.79%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110311000.070.010.56307.53.7441.96
Hex6F676E0713813442a
Octal15714715607170464452
Binary11011111100111110111001111111000100110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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