#695D66

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

Shades of Salt Box #695D66

Tints of Salt Box #695D66

Color information

#695D66 (or 0x695D66) is unknown color: approx Salt Box. HEX triplet: 69, 5D and 66. RGB value is (105,93,102). Sum of RGB (Red+Green+Blue) = 105+93+102=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 105 - color contains mainly: red. Hex color #695D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D66 is #96A299. Grayscale: #616161. Windows color (decimal): -9872026 or 6708585. OLE color: 6708585.

HSL color Cylindrical-coordinate representation of color #695D66: hue angle of 315º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #695D66 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10593102-
CMYK00.110.030.59
HSL315º6.06%38.82%-
HSV(B)315º11.43%41.18%-
XYZ12.1411.7914.21-
YUV97.61130.48133.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 93 (36.72% from 255) = 31%
BLUE value IS 102 (40.23% from 255) = 34%
R=35%
G=31%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059310200.110.030.593156.0638.82
Hex695D660B33B13b627
Octal151135146013373473647
Binary1101001101110111001100101111111011100111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695D66; }

 p { color: rgb(105,93,102); }

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

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

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

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

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

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

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