#695164

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

Shades of Salt Box #695164

Tints of Salt Box #695164

Color information

#695164 (or 0x695164) is unknown color: approx Salt Box. HEX triplet: 69, 51 and 64. RGB value is (105,81,100). Sum of RGB (Red+Green+Blue) = 105+81+100=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #695164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695164 is #96AE9B. Grayscale: #5A5A5A. Windows color (decimal): -9875100 or 6574441. OLE color: 6574441.

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

Color convert

RGB10581100-
CMYK00.230.050.59
HSL312.5º12.9%36.47%-
HSV(B)312.5º22.86%41.18%-
XYZ11.079.8113.37-
YUV90.34133.45138.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 100 (39.45% from 255) = 34.97%
R=36.71%
G=28.32%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058110000.230.050.59312.512.936.47
Hex69516401753B138d24
Octal1511211440275734701544
Binary1101001101000111001000101111011110111001110001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695164; }

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

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

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

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

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

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

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

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