#66600A

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

Shades of Costa Del Sol #66600A

Tints of Costa Del Sol #66600A

Color information

#66600A (or 0x66600A) is unknown color: approx Costa Del Sol. HEX triplet: 66, 60 and 0A. RGB value is (102,96,10). Sum of RGB (Red+Green+Blue) = 102+96+10=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #66600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66600A is #999FF5. Grayscale: #585858. Windows color (decimal): -10067958 or 680038. OLE color: 680038.

HSL color Cylindrical-coordinate representation of color #66600A: hue angle of 56.09º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66600A is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB1029610-
CMYK00.060.900.6
HSL56.09º82.14%21.96%-
HSV(B)56.09º90.2%40%-
XYZ9.7211.211.94-
YUV87.9983.99137.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 10 (4.30% from 255) = 4.81%
R=49.04%
G=46.15%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102961000.060.900.656.0982.1421.96
Hex6660A065A3C385216
Octal1461401206132747012226
Binary11001101100000101001101011010111100111000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66600A; }

 p { color: rgb(102,96,10); }

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

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

 a { background-color: rgb(102,96,10); }

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

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

 span { border-color: rgb(102,96,10); }

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