#695669

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

Shades of Salt Box #695669

Tints of Salt Box #695669

Color information

#695669 (or 0x695669) is unknown color: approx Salt Box. HEX triplet: 69, 56 and 69. RGB value is (105,86,105). Sum of RGB (Red+Green+Blue) = 105+86+105=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #695669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695669 is #96A996. Grayscale: #5D5D5D. Windows color (decimal): -9873815 or 6903401. OLE color: 6903401.

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

Color convert

RGB10586105-
CMYK00.1800.59
HSL300º9.95%37.45%-
HSV(B)300º18.1%41.18%-
XYZ11.710.6814.81-
YUV93.85134.29135.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=35.47%
G=29.05%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058610500.1800.593009.9537.45
Hex69566901203B12ca25
Octal1511261510220734541245
Binary11010011010110110100101001001110111001011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695669; }

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

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

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

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

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

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

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

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