Shades of Costa Del Sol #61602D
Tints of Costa Del Sol #61602D
RGB
CMYK
RGB Variations
Color information
#61602D (or 0x61602D) is known color: Costa Del Sol. HEX triplet: 61, 60 and 2D. RGB value is (97,96,45). Sum of RGB (Red+Green+Blue) = 97+96+45=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #61602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61602D is #9E9FD2. Grayscale: #5A5A5A. Windows color (decimal): -10395603 or 2973793. OLE color: 2973793.
HSL color Cylindrical-coordinate representation of color #61602D: hue angle of 58.85º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61602D is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 96 | 45 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.62 |
| HSL | 58.85º | 0.37% | 0.28% | - |
| HSV(B) | 58.85º | 0.54% | 0.38% | - |
| XYZ | 9.59 | 11.1 | 4.12 | - |
| YUV | 90.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 45 | 0 | 0.01 | 0.54 | 0.62 | 58.85 | 0.37 | 0.28 |
| Hex | 61 | 60 | 2D | 0 | 1 | 36 | 3E | 3B | 25 | 1C |
| Octal | 141 | 140 | 55 | 0 | 1 | 66 | 76 | 73 | 45 | 34 |
| Binary | 1100001 | 1100000 | 101101 | 0 | 1 | 110110 | 111110 | 111011 | 100101 | 11100 |
Color Harmonies of #61602D
Complementary color
Monochromatic Colors of #61602D
Black with #61602D
Text Example
Text Example
White with #61602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61602D; }
p { color: rgb(97,96,45); }
H1.HeaderClassName
{
color: #61602D;
}
.AnyTagClassName
{
color: #61602D;
}
</style>
background-color css
<style>
a { background-color: #61602D; }
a { background-color: rgb(97,96,45); }
div.DivClassName
{
background-color: #61602D;
}
.BgClassName
{
background-color: #61602D;
}
</style>
border-color css
<style>
span { border-color: #61602D; }
span { border-color: rgb(97,96,45); }
td.TdClassName
{
border-color: #61602D;
}
.TagClassName
{
border-color: #61602D;
}
</style>