#6F626D

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

Shades of Salt Box #6F626D

Tints of Salt Box #6F626D

Color information

#6F626D (or 0x6F626D) is unknown color: approx Salt Box. HEX triplet: 6F, 62 and 6D. RGB value is (111,98,109). Sum of RGB (Red+Green+Blue) = 111+98+109=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 111 - color contains mainly: red. Hex color #6F626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F626D is #909D92. Grayscale: #676767. Windows color (decimal): -9477523 or 7168623. OLE color: 7168623.

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

Color convert

RGB11198109-
CMYK00.120.020.56
HSL309.23º6.22%40.98%-
HSV(B)309.23º11.71%43.53%-
XYZ13.6813.2216.3-
YUV103.14131.31133.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.91%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=34.91%
G=30.82%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119810900.120.020.56309.236.2240.98
Hex6F626D0C238135629
Octal157142155014270465651
Binary1101111110001011011010110010111000100110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,98,109); }

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

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

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

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

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

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

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