#694D64

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

Shades of Salt Box #694D64

Tints of Salt Box #694D64

Color information

#694D64 (or 0x694D64) is unknown color: approx Salt Box. HEX triplet: 69, 4D and 64. RGB value is (105,77,100). Sum of RGB (Red+Green+Blue) = 105+77+100=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #694D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D64 is #96B29B. Grayscale: #575757. Windows color (decimal): -9876124 or 6573417. OLE color: 6573417.

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

Color convert

RGB10577100-
CMYK00.270.050.59
HSL310.71º15.38%35.69%-
HSV(B)310.71º26.67%41.18%-
XYZ10.789.2313.27-
YUV87.99134.78140.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=37.23%
G=27.30%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1057710000.270.050.59310.7115.3835.69
Hex694D6401B53B137f24
Octal1511151440335734671744
Binary1101001100110111001000110111011110111001101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,77,100); }

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

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

 a { background-color: rgb(105,77,100); }

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

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

 span { border-color: rgb(105,77,100); }

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