#696168

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

Shades of Salt Box #696168

Tints of Salt Box #696168

Color information

#696168 (or 0x696168) is unknown color: approx Salt Box. HEX triplet: 69, 61 and 68. RGB value is (105,97,104). Sum of RGB (Red+Green+Blue) = 105+97+104=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 105 - color contains mainly: red. Hex color #696168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696168 is #969E97. Grayscale: #646464. Windows color (decimal): -9871000 or 6840681. OLE color: 6840681.

HSL color Cylindrical-coordinate representation of color #696168: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #696168 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB10597104-
CMYK00.080.010.59
HSL307.5º3.96%39.61%-
HSV(B)307.5º7.62%41.18%-
XYZ12.612.5514.86-
YUV100.19130.15131.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 97 (38.28% from 255) = 31.70%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=34.31%
G=31.70%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059710400.080.010.59307.53.9639.61
Hex6961680813B134428
Octal151141150010173464450
Binary110100111000011101000010001111011100110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696168; }

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

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

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

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

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

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

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

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