Shades of Costa Del Sol #665C31
Tints of Costa Del Sol #665C31
RGB
CMYK
RGB Variations
Color information
#665C31 (or 0x665C31) is known color: Costa Del Sol. HEX triplet: 66, 5C and 31. RGB value is (102,92,49). Sum of RGB (Red+Green+Blue) = 102+92+49=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #665C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C31 is #99A3CE. Grayscale: #5A5A5A. Windows color (decimal): -10068943 or 3234918. OLE color: 3234918.
HSL color Cylindrical-coordinate representation of color #665C31: hue angle of 48.68º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #665C31 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 49 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.6 |
| HSL | 48.68º | 0.35% | 0.3% | - |
| HSV(B) | 48.68º | 0.52% | 0.4% | - |
| XYZ | 9.86 | 10.7 | 4.45 | - |
| YUV | 90.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 49 | 0 | 0.10 | 0.52 | 0.6 | 48.68 | 0.35 | 0.3 |
| Hex | 66 | 5C | 31 | 0 | A | 34 | 3C | 31 | 23 | 1E |
| Octal | 146 | 134 | 61 | 0 | 12 | 64 | 74 | 61 | 43 | 36 |
| Binary | 1100110 | 1011100 | 110001 | 0 | 1010 | 110100 | 111100 | 110001 | 100011 | 11110 |
Color Harmonies of #665C31
Complementary color
Monochromatic Colors of #665C31
Black with #665C31
Text Example
Text Example
White with #665C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C31; }
p { color: rgb(102,92,49); }
H1.HeaderClassName
{
color: #665C31;
}
.AnyTagClassName
{
color: #665C31;
}
</style>
background-color css
<style>
a { background-color: #665C31; }
a { background-color: rgb(102,92,49); }
div.DivClassName
{
background-color: #665C31;
}
.BgClassName
{
background-color: #665C31;
}
</style>
border-color css
<style>
span { border-color: #665C31; }
span { border-color: rgb(102,92,49); }
td.TdClassName
{
border-color: #665C31;
}
.TagClassName
{
border-color: #665C31;
}
</style>