#6F626A

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

Shades of Salt Box #6F626A

Tints of Salt Box #6F626A

Color information

#6F626A (or 0x6F626A) is unknown color: approx Salt Box. HEX triplet: 6F, 62 and 6A. RGB value is (111,98,106). Sum of RGB (Red+Green+Blue) = 111+98+106=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 111 - color contains mainly: red. Hex color #6F626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F626A is #909D95. Grayscale: #666666. Windows color (decimal): -9477526 or 6972015. OLE color: 6972015.

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

Color convert

RGB11198106-
CMYK00.120.050.56
HSL323.08º6.22%40.98%-
HSV(B)323.08º11.71%43.53%-
XYZ13.5213.1615.46-
YUV102.8129.81133.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.24%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=35.24%
G=31.11%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119810600.120.050.56323.086.2240.98
Hex6F626A0C538143629
Octal157142152014570503651
Binary11011111100010110101001100101111000101000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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