#695064

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

Shades of Salt Box #695064

Tints of Salt Box #695064

Color information

#695064 (or 0x695064) is unknown color: approx Salt Box. HEX triplet: 69, 50 and 64. RGB value is (105,80,100). Sum of RGB (Red+Green+Blue) = 105+80+100=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #695064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695064 is #96AF9B. Grayscale: #595959. Windows color (decimal): -9875356 or 6574185. OLE color: 6574185.

HSL color Cylindrical-coordinate representation of color #695064: hue angle of 312º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695064 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB10580100-
CMYK00.240.050.59
HSL312º13.51%36.27%-
HSV(B)312º23.81%41.18%-
XYZ10.999.6613.34-
YUV89.76133.78138.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=36.84%
G=28.07%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058010000.240.050.5931213.5136.27
Hex69506401853B138e24
Octal1511201440305734701644
Binary1101001101000011001000110001011110111001110001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695064; }

 p { color: rgb(105,80,100); }

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

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

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

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

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

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

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