#695C66

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

Shades of Salt Box #695C66

Tints of Salt Box #695C66

Color information

#695C66 (or 0x695C66) is unknown color: approx Salt Box. HEX triplet: 69, 5C and 66. RGB value is (105,92,102). Sum of RGB (Red+Green+Blue) = 105+92+102=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 105 - color contains mainly: red. Hex color #695C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C66 is #96A399. Grayscale: #616161. Windows color (decimal): -9872282 or 6708329. OLE color: 6708329.

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

Color convert

RGB10592102-
CMYK00.120.030.59
HSL313.85º6.6%38.63%-
HSV(B)313.85º12.38%41.18%-
XYZ12.0511.6214.18-
YUV97.03130.81133.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=35.12%
G=30.77%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059210200.120.030.59313.856.638.63
Hex695C660C33B13a727
Octal151134146014373472747
Binary1101001101110011001100110011111011100111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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