#695A68

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

Shades of Salt Box #695A68

Tints of Salt Box #695A68

Color information

#695A68 (or 0x695A68) is unknown color: approx Salt Box. HEX triplet: 69, 5A and 68. RGB value is (105,90,104). Sum of RGB (Red+Green+Blue) = 105+90+104=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 105 - color contains mainly: red. Hex color #695A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A68 is #96A597. Grayscale: #606060. Windows color (decimal): -9872792 or 6838889. OLE color: 6838889.

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

Color convert

RGB10590104-
CMYK00.140.010.59
HSL304º7.69%38.24%-
HSV(B)304º14.29%41.18%-
XYZ11.9811.3214.65-
YUV96.08132.47134.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 104 (41.02% from 255) = 34.78%
R=35.12%
G=30.10%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059010400.140.010.593047.6938.24
Hex695A680E13B130826
Octal1511321500161734601046
Binary1101001101101011010000111011110111001100001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,90,104); }

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

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

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

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

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

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

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