#694D62

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

Shades of Salt Box #694D62

Tints of Salt Box #694D62

Color information

#694D62 (or 0x694D62) is unknown color: approx Salt Box. HEX triplet: 69, 4D and 62. RGB value is (105,77,98). Sum of RGB (Red+Green+Blue) = 105+77+98=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #694D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D62 is #96B29D. Grayscale: #575757. Windows color (decimal): -9876126 or 6442345. OLE color: 6442345.

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

Color convert

RGB1057798-
CMYK00.270.070.59
HSL315º15.38%35.69%-
HSV(B)315º26.67%41.18%-
XYZ10.689.1912.77-
YUV87.77133.78140.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 77 (30.47% from 255) = 27.5%
BLUE value IS 98 (38.67% from 255) = 35%
R=37.5%
G=27.5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105779800.270.070.5931515.3835.69
Hex694D6201B73B13bf24
Octal1511151420337734731744
Binary1101001100110111000100110111111110111001110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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