Shades of Costa Del Sol #66672C
Tints of Costa Del Sol #66672C
RGB
CMYK
RGB Variations
Color information
#66672C (or 0x66672C) is known color: Costa Del Sol. HEX triplet: 66, 67 and 2C. RGB value is (102,103,44). Sum of RGB (Red+Green+Blue) = 102+103+44=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 103 - color contains mainly: green. Hex color #66672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66672C is #9998D3. Grayscale: #606060. Windows color (decimal): -10066132 or 2910054. OLE color: 2910054.
HSL color Cylindrical-coordinate representation of color #66672C: hue angle of 61.02º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66672C is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 44 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.60 |
| HSL | 61.02º | 0.4% | 0.29% | - |
| HSV(B) | 61.02º | 0.57% | 0.4% | - |
| XYZ | 10.78 | 12.71 | 4.27 | - |
| YUV | 95.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 44 | 0.01 | 0 | 0.57 | 0.60 | 61.02 | 0.4 | 0.29 |
| Hex | 66 | 67 | 2C | 1 | 0 | 39 | 3C | 3D | 28 | 1D |
| Octal | 146 | 147 | 54 | 1 | 0 | 71 | 74 | 75 | 50 | 35 |
| Binary | 1100110 | 1100111 | 101100 | 1 | 0 | 111001 | 111100 | 111101 | 101000 | 11101 |
Color Harmonies of #66672C
Complementary color
Monochromatic Colors of #66672C
Black with #66672C
Text Example
Text Example
White with #66672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66672C; }
p { color: rgb(102,103,44); }
H1.HeaderClassName
{
color: #66672C;
}
.AnyTagClassName
{
color: #66672C;
}
</style>
background-color css
<style>
a { background-color: #66672C; }
a { background-color: rgb(102,103,44); }
div.DivClassName
{
background-color: #66672C;
}
.BgClassName
{
background-color: #66672C;
}
</style>
border-color css
<style>
span { border-color: #66672C; }
span { border-color: rgb(102,103,44); }
td.TdClassName
{
border-color: #66672C;
}
.TagClassName
{
border-color: #66672C;
}
</style>