Shades of Costa Del Sol #665A1B
Tints of Costa Del Sol #665A1B
RGB
CMYK
RGB Variations
Color information
#665A1B (or 0x665A1B) is known color: Costa Del Sol. HEX triplet: 66, 5A and 1B. RGB value is (102,90,27). Sum of RGB (Red+Green+Blue) = 102+90+27=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #665A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A1B is #99A5E4. Grayscale: #565656. Windows color (decimal): -10069477 or 1792614. OLE color: 1792614.
HSL color Cylindrical-coordinate representation of color #665A1B: hue angle of 50.4º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #665A1B is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 27 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.6 |
| HSL | 50.4º | 0.58% | 0.25% | - |
| HSV(B) | 50.4º | 0.74% | 0.4% | - |
| XYZ | 9.33 | 10.22 | 2.52 | - |
| YUV | 86.41 | 94.48 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 27 | 0 | 0.12 | 0.74 | 0.6 | 50.4 | 0.58 | 0.25 |
| Hex | 66 | 5A | 1B | 0 | C | 4A | 3C | 32 | 3A | 19 |
| Octal | 146 | 132 | 33 | 0 | 14 | 112 | 74 | 62 | 72 | 31 |
| Binary | 1100110 | 1011010 | 11011 | 0 | 1100 | 1001010 | 111100 | 110010 | 111010 | 11001 |
Color Harmonies of #665A1B
Complementary color
Monochromatic Colors of #665A1B
Black with #665A1B
Text Example
Text Example
White with #665A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A1B; }
p { color: rgb(102,90,27); }
H1.HeaderClassName
{
color: #665A1B;
}
.AnyTagClassName
{
color: #665A1B;
}
</style>
background-color css
<style>
a { background-color: #665A1B; }
a { background-color: rgb(102,90,27); }
div.DivClassName
{
background-color: #665A1B;
}
.BgClassName
{
background-color: #665A1B;
}
</style>
border-color css
<style>
span { border-color: #665A1B; }
span { border-color: rgb(102,90,27); }
td.TdClassName
{
border-color: #665A1B;
}
.TagClassName
{
border-color: #665A1B;
}
</style>