Shades of Costa Del Sol #665B30
Tints of Costa Del Sol #665B30
RGB
CMYK
RGB Variations
Color information
#665B30 (or 0x665B30) is known color: Costa Del Sol. HEX triplet: 66, 5B and 30. RGB value is (102,91,48). Sum of RGB (Red+Green+Blue) = 102+91+48=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #665B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B30 is #99A4CF. Grayscale: #595959. Windows color (decimal): -10069200 or 3169126. OLE color: 3169126.
HSL color Cylindrical-coordinate representation of color #665B30: hue angle of 47.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #665B30 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 48 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.6 |
| HSL | 47.78º | 0.36% | 0.29% | - |
| HSV(B) | 47.78º | 0.53% | 0.4% | - |
| XYZ | 9.75 | 10.52 | 4.31 | - |
| YUV | 89.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 48 | 0 | 0.11 | 0.53 | 0.6 | 47.78 | 0.36 | 0.29 |
| Hex | 66 | 5B | 30 | 0 | B | 35 | 3C | 30 | 24 | 1D |
| Octal | 146 | 133 | 60 | 0 | 13 | 65 | 74 | 60 | 44 | 35 |
| Binary | 1100110 | 1011011 | 110000 | 0 | 1011 | 110101 | 111100 | 110000 | 100100 | 11101 |
Color Harmonies of #665B30
Complementary color
Monochromatic Colors of #665B30
Black with #665B30
Text Example
Text Example
White with #665B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B30; }
p { color: rgb(102,91,48); }
H1.HeaderClassName
{
color: #665B30;
}
.AnyTagClassName
{
color: #665B30;
}
</style>
background-color css
<style>
a { background-color: #665B30; }
a { background-color: rgb(102,91,48); }
div.DivClassName
{
background-color: #665B30;
}
.BgClassName
{
background-color: #665B30;
}
</style>
border-color css
<style>
span { border-color: #665B30; }
span { border-color: rgb(102,91,48); }
td.TdClassName
{
border-color: #665B30;
}
.TagClassName
{
border-color: #665B30;
}
</style>