Shades of Costa Del Sol #635C06
Tints of Costa Del Sol #635C06
RGB
CMYK
RGB Variations
Color information
#635C06 (or 0x635C06) is known color: Costa Del Sol. HEX triplet: 63, 5C and 06. RGB value is (99,92,6). Sum of RGB (Red+Green+Blue) = 99+92+6=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #635C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635C06 is #9CA3F9. Grayscale: #545454. Windows color (decimal): -10265594 or 416867. OLE color: 416867.
HSL color Cylindrical-coordinate representation of color #635C06: hue angle of 55.48º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #635C06 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 6 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.61 |
| HSL | 55.48º | 0.89% | 0.21% | - |
| HSV(B) | 55.48º | 0.94% | 0.39% | - |
| XYZ | 9.01 | 10.32 | 1.69 | - |
| YUV | 84.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 6 | 0 | 0.07 | 0.94 | 0.61 | 55.48 | 0.89 | 0.21 |
| Hex | 63 | 5C | 6 | 0 | 7 | 5E | 3D | 37 | 59 | 15 |
| Octal | 143 | 134 | 6 | 0 | 7 | 136 | 75 | 67 | 131 | 25 |
| Binary | 1100011 | 1011100 | 110 | 0 | 111 | 1011110 | 111101 | 110111 | 1011001 | 10101 |
Color Harmonies of #635C06
Complementary color
Monochromatic Colors of #635C06
Black with #635C06
Text Example
Text Example
White with #635C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C06; }
p { color: rgb(99,92,6); }
H1.HeaderClassName
{
color: #635C06;
}
.AnyTagClassName
{
color: #635C06;
}
</style>
background-color css
<style>
a { background-color: #635C06; }
a { background-color: rgb(99,92,6); }
div.DivClassName
{
background-color: #635C06;
}
.BgClassName
{
background-color: #635C06;
}
</style>
border-color css
<style>
span { border-color: #635C06; }
span { border-color: rgb(99,92,6); }
td.TdClassName
{
border-color: #635C06;
}
.TagClassName
{
border-color: #635C06;
}
</style>