#666228

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

Shades of Costa Del Sol #666228

Tints of Costa Del Sol #666228

Color information

#666228 (or 0x666228) is unknown color: approx Costa Del Sol. HEX triplet: 66, 62 and 28. RGB value is (102,98,40). Sum of RGB (Red+Green+Blue) = 102+98+40=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #666228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666228 is #999DD7. Grayscale: #5C5C5C. Windows color (decimal): -10067416 or 2646630. OLE color: 2646630.

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

Color convert

RGB1029840-
CMYK00.040.610.6
HSL56.13º43.66%27.84%-
HSV(B)56.13º60.78%40%-
XYZ10.2311.713.73-
YUV92.5898.33134.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 98 (38.67% from 255) = 40.83%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=42.5%
G=40.83%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102984000.040.610.656.1343.6627.84
Hex666228043D3C382c1c
Octal14614250047574705434
Binary11001101100010101000010011110111110011100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666228; }

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

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

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

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

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

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

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

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