#694B65

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

Shades of Salt Box #694B65

Tints of Salt Box #694B65

Color information

#694B65 (or 0x694B65) is unknown color: approx Salt Box. HEX triplet: 69, 4B and 65. RGB value is (105,75,101). Sum of RGB (Red+Green+Blue) = 105+75+101=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 105 - color contains mainly: red. Hex color #694B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694B65 is #96B49A. Grayscale: #565656. Windows color (decimal): -9876635 or 6638441. OLE color: 6638441.

HSL color Cylindrical-coordinate representation of color #694B65: hue angle of 308º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #694B65 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB10575101-
CMYK00.290.040.59
HSL308º16.67%35.29%-
HSV(B)308º28.57%41.18%-
XYZ10.698.9713.48-
YUV86.93135.94140.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 75 (29.69% from 255) = 26.69%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=37.37%
G=26.69%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1057510100.290.040.5930816.6735.29
Hex694B6501D43B1341123
Octal1511131450354734642143
Binary11010011001011110010101110110011101110011010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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