#696066

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

Shades of Salt Box #696066

Tints of Salt Box #696066

Color information

#696066 (or 0x696066) is unknown color: approx Salt Box. HEX triplet: 69, 60 and 66. RGB value is (105,96,102). Sum of RGB (Red+Green+Blue) = 105+96+102=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 105 - color contains mainly: red. Hex color #696066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696066 is #969F99. Grayscale: #636363. Windows color (decimal): -9871258 or 6709353. OLE color: 6709353.

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

Color convert

RGB10596102-
CMYK00.090.030.59
HSL320º4.48%39.41%-
HSV(B)320º8.57%41.18%-
XYZ12.4112.3314.3-
YUV99.38129.48132.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.65%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=34.65%
G=31.68%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059610200.090.030.593204.4839.41
Hex6960660933B140427
Octal151140146011373500447
Binary1101001110000011001100100111111011101000000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696066; }

 p { color: rgb(105,96,102); }

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

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

 a { background-color: rgb(105,96,102); }

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

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

 span { border-color: rgb(105,96,102); }

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