#694E65

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

Shades of Salt Box #694E65

Tints of Salt Box #694E65

Color information

#694E65 (or 0x694E65) is unknown color: approx Salt Box. HEX triplet: 69, 4E and 65. RGB value is (105,78,101). Sum of RGB (Red+Green+Blue) = 105+78+101=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #694E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E65 is #96B19A. Grayscale: #585858. Windows color (decimal): -9875867 or 6639209. OLE color: 6639209.

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

Color convert

RGB10578101-
CMYK00.260.040.59
HSL308.89º14.75%35.88%-
HSV(B)308.89º25.71%41.18%-
XYZ10.99.3913.55-
YUV88.7134.95139.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=36.97%
G=27.46%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1057810100.260.040.59308.8914.7535.88
Hex694E6501A43B135f24
Octal1511161450324734651744
Binary1101001100111011001010110101001110111001101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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