#695663

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

Shades of Salt Box #695663

Tints of Salt Box #695663

Color information

#695663 (or 0x695663) is unknown color: approx Salt Box. HEX triplet: 69, 56 and 63. RGB value is (105,86,99). Sum of RGB (Red+Green+Blue) = 105+86+99=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #695663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695663 is #96A99C. Grayscale: #5D5D5D. Windows color (decimal): -9873821 or 6510185. OLE color: 6510185.

HSL color Cylindrical-coordinate representation of color #695663: hue angle of 318.95º 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 #695663 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1058699-
CMYK00.180.060.59
HSL318.95º9.95%37.45%-
HSV(B)318.95º18.1%41.18%-
XYZ11.4110.5613.24-
YUV93.16131.29136.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 86 (33.98% from 255) = 29.66%
BLUE value IS 99 (39.06% from 255) = 34.14%
R=36.21%
G=29.66%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105869900.180.060.59318.959.9537.45
Hex69566301263B13fa25
Octal1511261430226734771245
Binary1101001101011011000110100101101110111001111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695663; }

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

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

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

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

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

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

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

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