#666261

Color #666261 Dim Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dim Gray #666261

Tints of Dim Gray #666261

Color information

#666261 (or 0x666261) is unknown color: approx Dim Gray. HEX triplet: 66, 62 and 61. RGB value is (102,98,97). Sum of RGB (Red+Green+Blue) = 102+98+97=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 102 - color contains mainly: red. Hex color #666261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666261 is #999D9E. Grayscale: #636363. Windows color (decimal): -10067359 or 6382182. OLE color: 6382182.

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

Color convert

RGB1029897-
CMYK00.040.050.6
HSL12º2.51%39.02%-
HSV(B)12º4.9%40%-
XYZ1212.4213.07-
YUV99.08126.83130.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=34.34%
G=33.00%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102989700.040.050.6122.5139.02
Hex6662610453Cc327
Octal1461421410457414347
Binary1100110110001011000010100101111100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666261; }

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

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

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

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

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

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

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

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