#694D61

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

Shades of Salt Box #694D61

Tints of Salt Box #694D61

Color information

#694D61 (or 0x694D61) is unknown color: approx Salt Box. HEX triplet: 69, 4D and 61. RGB value is (105,77,97). Sum of RGB (Red+Green+Blue) = 105+77+97=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #694D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D61 is #96B29E. Grayscale: #575757. Windows color (decimal): -9876127 or 6376809. OLE color: 6376809.

HSL color Cylindrical-coordinate representation of color #694D61: hue angle of 317.14º 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 #694D61 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1057797-
CMYK00.270.080.59
HSL317.14º15.38%35.69%-
HSV(B)317.14º26.67%41.18%-
XYZ10.649.1712.52-
YUV87.65133.28140.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 77 (30.47% from 255) = 27.60%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=37.63%
G=27.60%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105779700.270.080.59317.1415.3835.69
Hex694D6101B83B13df24
Octal15111514103310734751744
Binary11010011001101110000101101110001110111001111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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