#695967

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

Shades of Salt Box #695967

Tints of Salt Box #695967

Color information

#695967 (or 0x695967) is unknown color: approx Salt Box. HEX triplet: 69, 59 and 67. RGB value is (105,89,103). Sum of RGB (Red+Green+Blue) = 105+89+103=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 105 - color contains mainly: red. Hex color #695967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695967 is #96A698. Grayscale: #5F5F5F. Windows color (decimal): -9873049 or 6773097. OLE color: 6773097.

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

Color convert

RGB10589103-
CMYK00.150.020.59
HSL307.5º8.25%38.04%-
HSV(B)307.5º15.24%41.18%-
XYZ11.8511.1314.36-
YUV95.38132.3134.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 103 (40.62% from 255) = 34.68%
R=35.35%
G=29.97%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058910300.150.020.59307.58.2538.04
Hex6959670F23B134826
Octal1511311470172734641046
Binary11010011011001110011101111101110111001101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695967; }

 p { color: rgb(105,89,103); }

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

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

 a { background-color: rgb(105,89,103); }

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

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

 span { border-color: rgb(105,89,103); }

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