Shades of Costa Del Sol #605B0F
Tints of Costa Del Sol #605B0F
RGB
CMYK
RGB Variations
Color information
#605B0F (or 0x605B0F) is known color: Costa Del Sol. HEX triplet: 60, 5B and 0F. RGB value is (96,91,15). Sum of RGB (Red+Green+Blue) = 96+91+15=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #605B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605B0F is #9FA4F0. Grayscale: #545454. Windows color (decimal): -10462449 or 1006432. OLE color: 1006432.
HSL color Cylindrical-coordinate representation of color #605B0F: hue angle of 56.3º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #605B0F is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 15 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.62 |
| HSL | 56.3º | 0.73% | 0.22% | - |
| HSV(B) | 56.3º | 0.84% | 0.38% | - |
| XYZ | 8.65 | 10 | 1.93 | - |
| YUV | 83.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 15 | 0 | 0.05 | 0.84 | 0.62 | 56.3 | 0.73 | 0.22 |
| Hex | 60 | 5B | F | 0 | 5 | 54 | 3E | 38 | 49 | 16 |
| Octal | 140 | 133 | 17 | 0 | 5 | 124 | 76 | 70 | 111 | 26 |
| Binary | 1100000 | 1011011 | 1111 | 0 | 101 | 1010100 | 111110 | 111000 | 1001001 | 10110 |
Color Harmonies of #605B0F
Complementary color
Monochromatic Colors of #605B0F
Black with #605B0F
Text Example
Text Example
White with #605B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B0F; }
p { color: rgb(96,91,15); }
H1.HeaderClassName
{
color: #605B0F;
}
.AnyTagClassName
{
color: #605B0F;
}
</style>
background-color css
<style>
a { background-color: #605B0F; }
a { background-color: rgb(96,91,15); }
div.DivClassName
{
background-color: #605B0F;
}
.BgClassName
{
background-color: #605B0F;
}
</style>
border-color css
<style>
span { border-color: #605B0F; }
span { border-color: rgb(96,91,15); }
td.TdClassName
{
border-color: #605B0F;
}
.TagClassName
{
border-color: #605B0F;
}
</style>