#666426

Color #666426 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #666426

Tints of Costa Del Sol #666426

Color information

#666426 (or 0x666426) is unknown color: approx Costa Del Sol. HEX triplet: 66, 64 and 26. RGB value is (102,100,38). Sum of RGB (Red+Green+Blue) = 102+100+38=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #666426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666426 is #999BD9. Grayscale: #5D5D5D. Windows color (decimal): -10066906 or 2516070. OLE color: 2516070.

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

Color convert

RGB10210038-
CMYK00.020.630.6
HSL58.12º45.71%27.45%-
HSV(B)58.12º62.75%40%-
XYZ10.3912.083.62-
YUV93.5396.66134.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 38 (15.23% from 255) = 15.83%
R=42.5%
G=41.67%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021003800.020.630.658.1245.7127.45
Hex666426023F3C3a2e1b
Octal14614446027774725633
Binary1100110110010010011001011111111110011101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666426; }

 p { color: rgb(102,100,38); }

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

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

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

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

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

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

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