Shades of Costa Del Sol #665F1C
Tints of Costa Del Sol #665F1C
RGB
CMYK
RGB Variations
Color information
#665F1C (or 0x665F1C) is known color: Costa Del Sol. HEX triplet: 66, 5F and 1C. RGB value is (102,95,28). Sum of RGB (Red+Green+Blue) = 102+95+28=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #665F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F1C is #99A0E3. Grayscale: #595959. Windows color (decimal): -10068196 or 1859430. OLE color: 1859430.
HSL color Cylindrical-coordinate representation of color #665F1C: hue angle of 54.32º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #665F1C is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 28 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.6 |
| HSL | 54.32º | 0.57% | 0.25% | - |
| HSV(B) | 54.32º | 0.73% | 0.4% | - |
| XYZ | 9.78 | 11.09 | 2.72 | - |
| YUV | 89.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 28 | 0 | 0.07 | 0.73 | 0.6 | 54.32 | 0.57 | 0.25 |
| Hex | 66 | 5F | 1C | 0 | 7 | 49 | 3C | 36 | 39 | 19 |
| Octal | 146 | 137 | 34 | 0 | 7 | 111 | 74 | 66 | 71 | 31 |
| Binary | 1100110 | 1011111 | 11100 | 0 | 111 | 1001001 | 111100 | 110110 | 111001 | 11001 |
Color Harmonies of #665F1C
Complementary color
Monochromatic Colors of #665F1C
Black with #665F1C
Text Example
Text Example
White with #665F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F1C; }
p { color: rgb(102,95,28); }
H1.HeaderClassName
{
color: #665F1C;
}
.AnyTagClassName
{
color: #665F1C;
}
</style>
background-color css
<style>
a { background-color: #665F1C; }
a { background-color: rgb(102,95,28); }
div.DivClassName
{
background-color: #665F1C;
}
.BgClassName
{
background-color: #665F1C;
}
</style>
border-color css
<style>
span { border-color: #665F1C; }
span { border-color: rgb(102,95,28); }
td.TdClassName
{
border-color: #665F1C;
}
.TagClassName
{
border-color: #665F1C;
}
</style>