Shades of Costa Del Sol #665B08
Tints of Costa Del Sol #665B08
RGB
CMYK
RGB Variations
Color information
#665B08 (or 0x665B08) is known color: Costa Del Sol. HEX triplet: 66, 5B and 08. RGB value is (102,91,8). Sum of RGB (Red+Green+Blue) = 102+91+8=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #665B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665B08 is #99A4F7. Grayscale: #555555. Windows color (decimal): -10069240 or 547686. OLE color: 547686.
HSL color Cylindrical-coordinate representation of color #665B08: hue angle of 52.98º 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 #665B08 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 8 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.6 |
| HSL | 52.98º | 0.85% | 0.22% | - |
| HSV(B) | 52.98º | 0.92% | 0.4% | - |
| XYZ | 9.26 | 10.32 | 1.73 | - |
| YUV | 84.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 8 | 0 | 0.11 | 0.92 | 0.6 | 52.98 | 0.85 | 0.22 |
| Hex | 66 | 5B | 8 | 0 | B | 5C | 3C | 35 | 55 | 16 |
| Octal | 146 | 133 | 10 | 0 | 13 | 134 | 74 | 65 | 125 | 26 |
| Binary | 1100110 | 1011011 | 1000 | 0 | 1011 | 1011100 | 111100 | 110101 | 1010101 | 10110 |
Color Harmonies of #665B08
Complementary color
Monochromatic Colors of #665B08
Black with #665B08
Text Example
Text Example
White with #665B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B08; }
p { color: rgb(102,91,8); }
H1.HeaderClassName
{
color: #665B08;
}
.AnyTagClassName
{
color: #665B08;
}
</style>
background-color css
<style>
a { background-color: #665B08; }
a { background-color: rgb(102,91,8); }
div.DivClassName
{
background-color: #665B08;
}
.BgClassName
{
background-color: #665B08;
}
</style>
border-color css
<style>
span { border-color: #665B08; }
span { border-color: rgb(102,91,8); }
td.TdClassName
{
border-color: #665B08;
}
.TagClassName
{
border-color: #665B08;
}
</style>