Shades of Costa Del Sol #655C08
Tints of Costa Del Sol #655C08
RGB
CMYK
RGB Variations
Color information
#655C08 (or 0x655C08) is known color: Costa Del Sol. HEX triplet: 65, 5C and 08. RGB value is (101,92,8). Sum of RGB (Red+Green+Blue) = 101+92+8=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #655C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655C08 is #9AA3F7. Grayscale: #555555. Windows color (decimal): -10134520 or 547941. OLE color: 547941.
HSL color Cylindrical-coordinate representation of color #655C08: hue angle of 54.19º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #655C08 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 8 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.60 |
| HSL | 54.19º | 0.85% | 0.21% | - |
| HSV(B) | 54.19º | 0.92% | 0.4% | - |
| XYZ | 9.24 | 10.44 | 1.76 | - |
| YUV | 85.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 8 | 0 | 0.09 | 0.92 | 0.60 | 54.19 | 0.85 | 0.21 |
| Hex | 65 | 5C | 8 | 0 | 9 | 5C | 3C | 36 | 55 | 15 |
| Octal | 145 | 134 | 10 | 0 | 11 | 134 | 74 | 66 | 125 | 25 |
| Binary | 1100101 | 1011100 | 1000 | 0 | 1001 | 1011100 | 111100 | 110110 | 1010101 | 10101 |
Color Harmonies of #655C08
Complementary color
Monochromatic Colors of #655C08
Black with #655C08
Text Example
Text Example
White with #655C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C08; }
p { color: rgb(101,92,8); }
H1.HeaderClassName
{
color: #655C08;
}
.AnyTagClassName
{
color: #655C08;
}
</style>
background-color css
<style>
a { background-color: #655C08; }
a { background-color: rgb(101,92,8); }
div.DivClassName
{
background-color: #655C08;
}
.BgClassName
{
background-color: #655C08;
}
</style>
border-color css
<style>
span { border-color: #655C08; }
span { border-color: rgb(101,92,8); }
td.TdClassName
{
border-color: #655C08;
}
.TagClassName
{
border-color: #655C08;
}
</style>