#696169

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

Shades of Salt Box #696169

Tints of Salt Box #696169

Color information

#696169 (or 0x696169) is unknown color: approx Salt Box. HEX triplet: 69, 61 and 69. RGB value is (105,97,105). Sum of RGB (Red+Green+Blue) = 105+97+105=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #696169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696169 is #969E96. Grayscale: #646464. Windows color (decimal): -9870999 or 6906217. OLE color: 6906217.

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

Color convert

RGB10597105-
CMYK00.0800.59
HSL300º3.96%39.61%-
HSV(B)300º7.62%41.18%-
XYZ12.6512.5715.12-
YUV100.3130.65131.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=34.20%
G=31.60%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059710500.0800.593003.9639.61
Hex6961690803B12c428
Octal151141151010073454450
Binary110100111000011101001010000111011100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696169; }

 p { color: rgb(105,97,105); }

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

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

 a { background-color: rgb(105,97,105); }

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

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

 span { border-color: rgb(105,97,105); }

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