#666326

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

Shades of Costa Del Sol #666326

Tints of Costa Del Sol #666326

Color information

#666326 (or 0x666326) is unknown color: approx Costa Del Sol. HEX triplet: 66, 63 and 26. RGB value is (102,99,38). Sum of RGB (Red+Green+Blue) = 102+99+38=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #666326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666326 is #999CD9. Grayscale: #5D5D5D. Windows color (decimal): -10067162 or 2515814. OLE color: 2515814.

HSL color Cylindrical-coordinate representation of color #666326: hue angle of 57.19º 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 #666326 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB1029938-
CMYK00.030.630.6
HSL57.19º45.71%27.45%-
HSV(B)57.19º62.75%40%-
XYZ10.2911.893.59-
YUV92.9496.99134.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 99 (39.06% from 255) = 41.42%
BLUE value IS 38 (15.23% from 255) = 15.90%
R=42.68%
G=41.42%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102993800.030.630.657.1945.7127.45
Hex666326033F3C392e1b
Octal14614346037774715633
Binary1100110110001110011001111111111110011100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666326; }

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

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

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

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

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

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

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

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