#695766

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

Shades of Salt Box #695766

Tints of Salt Box #695766

Color information

#695766 (or 0x695766) is unknown color: approx Salt Box. HEX triplet: 69, 57 and 66. RGB value is (105,87,102). Sum of RGB (Red+Green+Blue) = 105+87+102=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 105 - color contains mainly: red. Hex color #695766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695766 is #96A899. Grayscale: #5E5E5E. Windows color (decimal): -9873562 or 6707049. OLE color: 6707049.

HSL color Cylindrical-coordinate representation of color #695766: hue angle of 310º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #695766 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10587102-
CMYK00.170.030.59
HSL310º9.37%37.65%-
HSV(B)310º17.14%41.18%-
XYZ11.6310.7814.04-
YUV94.09132.46135.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=35.71%
G=29.59%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058710200.170.030.593109.3737.65
Hex69576601133B136926
Octal1511271460213734661146
Binary110100110101111100110010001111110111001101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695766; }

 p { color: rgb(105,87,102); }

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

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

 a { background-color: rgb(105,87,102); }

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

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

 span { border-color: rgb(105,87,102); }

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