Shades of Costa Del Sol #65582A
Tints of Costa Del Sol #65582A
RGB
CMYK
RGB Variations
Color information
#65582A (or 0x65582A) is known color: Costa Del Sol. HEX triplet: 65, 58 and 2A. RGB value is (101,88,42). Sum of RGB (Red+Green+Blue) = 101+88+42=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #65582A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65582A is #9AA7D5. Grayscale: #565656. Windows color (decimal): -10135510 or 2775141. OLE color: 2775141.
HSL color Cylindrical-coordinate representation of color #65582A: hue angle of 46.78º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65582A is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 42 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.60 |
| HSL | 46.78º | 0.41% | 0.28% | - |
| HSV(B) | 46.78º | 0.58% | 0.4% | - |
| XYZ | 9.27 | 9.91 | 3.62 | - |
| YUV | 86.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 42 | 0 | 0.13 | 0.58 | 0.60 | 46.78 | 0.41 | 0.28 |
| Hex | 65 | 58 | 2A | 0 | D | 3A | 3C | 2F | 29 | 1C |
| Octal | 145 | 130 | 52 | 0 | 15 | 72 | 74 | 57 | 51 | 34 |
| Binary | 1100101 | 1011000 | 101010 | 0 | 1101 | 111010 | 111100 | 101111 | 101001 | 11100 |
Color Harmonies of #65582A
Complementary color
Monochromatic Colors of #65582A
Black with #65582A
Text Example
Text Example
White with #65582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65582A; }
p { color: rgb(101,88,42); }
H1.HeaderClassName
{
color: #65582A;
}
.AnyTagClassName
{
color: #65582A;
}
</style>
background-color css
<style>
a { background-color: #65582A; }
a { background-color: rgb(101,88,42); }
div.DivClassName
{
background-color: #65582A;
}
.BgClassName
{
background-color: #65582A;
}
</style>
border-color css
<style>
span { border-color: #65582A; }
span { border-color: rgb(101,88,42); }
td.TdClassName
{
border-color: #65582A;
}
.TagClassName
{
border-color: #65582A;
}
</style>