#695061

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

Shades of Salt Box #695061

Tints of Salt Box #695061

Color information

#695061 (or 0x695061) is unknown color: approx Salt Box. HEX triplet: 69, 50 and 61. RGB value is (105,80,97). Sum of RGB (Red+Green+Blue) = 105+80+97=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #695061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695061 is #96AF9E. Grayscale: #595959. Windows color (decimal): -9875359 or 6377577. OLE color: 6377577.

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

Color convert

RGB1058097-
CMYK00.240.080.59
HSL319.2º13.51%36.27%-
HSV(B)319.2º23.81%41.18%-
XYZ10.859.612.59-
YUV89.41132.28139.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=37.23%
G=28.37%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105809700.240.080.59319.213.5136.27
Hex69506101883B13fe24
Octal15112014103010734771644
Binary11010011010000110000101100010001110111001111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695061; }

 p { color: rgb(105,80,97); }

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

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

 a { background-color: rgb(105,80,97); }

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

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

 span { border-color: rgb(105,80,97); }

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