Shades of Costa Del Sol #665C08
Tints of Costa Del Sol #665C08
RGB
CMYK
RGB Variations
Color information
#665C08 (or 0x665C08) is known color: Costa Del Sol. HEX triplet: 66, 5C and 08. RGB value is (102,92,8). Sum of RGB (Red+Green+Blue) = 102+92+8=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #665C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665C08 is #99A3F7. Grayscale: #555555. Windows color (decimal): -10068984 or 547942. OLE color: 547942.
HSL color Cylindrical-coordinate representation of color #665C08: hue angle of 53.62º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #665C08 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 8 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.6 |
| HSL | 53.62º | 0.85% | 0.22% | - |
| HSV(B) | 53.62º | 0.92% | 0.4% | - |
| XYZ | 9.35 | 10.5 | 1.76 | - |
| YUV | 85.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 8 | 0 | 0.10 | 0.92 | 0.6 | 53.62 | 0.85 | 0.22 |
| Hex | 66 | 5C | 8 | 0 | A | 5C | 3C | 36 | 55 | 16 |
| Octal | 146 | 134 | 10 | 0 | 12 | 134 | 74 | 66 | 125 | 26 |
| Binary | 1100110 | 1011100 | 1000 | 0 | 1010 | 1011100 | 111100 | 110110 | 1010101 | 10110 |
Color Harmonies of #665C08
Complementary color
Monochromatic Colors of #665C08
Black with #665C08
Text Example
Text Example
White with #665C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C08; }
p { color: rgb(102,92,8); }
H1.HeaderClassName
{
color: #665C08;
}
.AnyTagClassName
{
color: #665C08;
}
</style>
background-color css
<style>
a { background-color: #665C08; }
a { background-color: rgb(102,92,8); }
div.DivClassName
{
background-color: #665C08;
}
.BgClassName
{
background-color: #665C08;
}
</style>
border-color css
<style>
span { border-color: #665C08; }
span { border-color: rgb(102,92,8); }
td.TdClassName
{
border-color: #665C08;
}
.TagClassName
{
border-color: #665C08;
}
</style>