#695664

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

Shades of Salt Box #695664

Tints of Salt Box #695664

Color information

#695664 (or 0x695664) is unknown color: approx Salt Box. HEX triplet: 69, 56 and 64. RGB value is (105,86,100). Sum of RGB (Red+Green+Blue) = 105+86+100=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 105 - color contains mainly: red. Hex color #695664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695664 is #96A99B. Grayscale: #5D5D5D. Windows color (decimal): -9873820 or 6575721. OLE color: 6575721.

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

Color convert

RGB10586100-
CMYK00.180.050.59
HSL315.79º9.95%37.45%-
HSV(B)315.79º18.1%41.18%-
XYZ11.4510.5813.49-
YUV93.28131.79136.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=36.08%
G=29.55%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058610000.180.050.59315.799.9537.45
Hex69566401253B13ca25
Octal1511261440225734741245
Binary1101001101011011001000100101011110111001111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695664; }

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

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

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

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

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

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

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

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