#6A6267

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

Shades of Salt Box #6A6267

Tints of Salt Box #6A6267

Color information

#6A6267 (or 0x6A6267) is unknown color: approx Salt Box. HEX triplet: 6A, 62 and 67. RGB value is (106,98,103). Sum of RGB (Red+Green+Blue) = 106+98+103=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6267 is #959D98. Grayscale: #646464. Windows color (decimal): -9805209 or 6775402. OLE color: 6775402.

HSL color Cylindrical-coordinate representation of color #6A6267: hue angle of 322.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6A6267 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB10698103-
CMYK00.080.030.58
HSL322.5º3.92%40%-
HSV(B)322.5º7.55%41.57%-
XYZ12.7612.7814.63-
YUV100.96129.15131.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.53%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 103 (40.62% from 255) = 33.55%
R=34.53%
G=31.92%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1069810300.080.030.58322.53.9240
Hex6A62670833A142428
Octal152142147010372502450
Binary1101010110001011001110100011111010101000010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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