#6A656A

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

Shades of Salt Box #6A656A

Tints of Salt Box #6A656A

Color information

#6A656A (or 0x6A656A) is unknown color: approx Salt Box. HEX triplet: 6A, 65 and 6A. RGB value is (106,101,106). Sum of RGB (Red+Green+Blue) = 106+101+106=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 106 - color contains mainly: red, blue. Hex color #6A656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A656A is #959A95. Grayscale: #676767. Windows color (decimal): -9804438 or 6972778. OLE color: 6972778.

HSL color Cylindrical-coordinate representation of color #6A656A: hue angle of 300º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6A656A is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB106101106-
CMYK00.0500.58
HSL300º2.42%40.59%-
HSV(B)300º4.72%41.57%-
XYZ13.213.4115.53-
YUV103.06129.66130.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.87%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=33.87%
G=32.27%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10610110600.0500.583002.4240.59
Hex6A656A0503A12c229
Octal15214515205072454251
Binary1101010110010111010100101011101010010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,101,106); }

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

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

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

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

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

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

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