#666266

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

Shades of Salt Box #666266

Tints of Salt Box #666266

Color information

#666266 (or 0x666266) is unknown color: approx Salt Box. HEX triplet: 66, 62 and 66. RGB value is (102,98,102). Sum of RGB (Red+Green+Blue) = 102+98+102=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #666266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666266 is #999D99. Grayscale: #636363. Windows color (decimal): -10067354 or 6709862. OLE color: 6709862.

HSL color Cylindrical-coordinate representation of color #666266: hue angle of 300º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #666266 is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10298102-
CMYK00.0400.6
HSL300º2%39.22%-
HSV(B)300º3.92%40%-
XYZ12.2512.5214.34-
YUV99.65129.33129.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.77%
GREEN value IS 98 (38.67% from 255) = 32.45%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=33.77%
G=32.45%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1029810200.0400.6300239.22
Hex6662660403C12c227
Octal14614214604074454247
Binary1100110110001011001100100011110010010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666266; }

 p { color: rgb(102,98,102); }

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

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

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

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

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

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

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