#666332

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

Shades of Costa Del Sol #666332

Tints of Costa Del Sol #666332

Color information

#666332 (or 0x666332) is unknown color: approx Costa Del Sol. HEX triplet: 66, 63 and 32. RGB value is (102,99,50). Sum of RGB (Red+Green+Blue) = 102+99+50=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #666332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666332 is #999CCD. Grayscale: #5E5E5E. Windows color (decimal): -10067150 or 3302246. OLE color: 3302246.

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

Color convert

RGB1029950-
CMYK00.030.510.6
HSL56.54º34.21%29.8%-
HSV(B)56.54º50.98%40%-
XYZ10.5211.984.78-
YUV94.31102.99133.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 50 (19.92% from 255) = 19.92%
R=40.64%
G=39.44%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102995000.030.510.656.5434.2129.8
Hex66633203333C39221e
Octal14614362036374714236
Binary1100110110001111001001111001111110011100110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666332; }

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

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

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

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

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

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

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

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