#695D67

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

Shades of Salt Box #695D67

Tints of Salt Box #695D67

Color information

#695D67 (or 0x695D67) is unknown color: approx Salt Box. HEX triplet: 69, 5D and 67. RGB value is (105,93,103). Sum of RGB (Red+Green+Blue) = 105+93+103=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 105 - color contains mainly: red. Hex color #695D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D67 is #96A298. Grayscale: #616161. Windows color (decimal): -9872025 or 6774121. OLE color: 6774121.

HSL color Cylindrical-coordinate representation of color #695D67: hue angle of 310º 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 #695D67 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10593103-
CMYK00.110.020.59
HSL310º6.06%38.82%-
HSV(B)310º11.43%41.18%-
XYZ12.1911.8114.47-
YUV97.73130.98133.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=34.88%
G=30.90%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059310300.110.020.593106.0638.82
Hex695D670B23B136627
Octal151135147013273466647
Binary1101001101110111001110101110111011100110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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