#694E62

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

Shades of Salt Box #694E62

Tints of Salt Box #694E62

Color information

#694E62 (or 0x694E62) is unknown color: approx Salt Box. HEX triplet: 69, 4E and 62. RGB value is (105,78,98). Sum of RGB (Red+Green+Blue) = 105+78+98=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 105 - color contains mainly: red. Hex color #694E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E62 is #96B19D. Grayscale: #585858. Windows color (decimal): -9875870 or 6442601. OLE color: 6442601.

HSL color Cylindrical-coordinate representation of color #694E62: hue angle of 315.56º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #694E62 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1057898-
CMYK00.260.070.59
HSL315.56º14.75%35.88%-
HSV(B)315.56º25.71%41.18%-
XYZ10.759.3312.79-
YUV88.35133.45139.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=37.37%
G=27.76%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105789800.260.070.59315.5614.7535.88
Hex694E6201A73B13cf24
Octal1511161420327734741744
Binary1101001100111011000100110101111110111001111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694E62; }

 p { color: rgb(105,78,98); }

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

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

 a { background-color: rgb(105,78,98); }

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

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

 span { border-color: rgb(105,78,98); }

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