Shades of Costa Del Sol #635C02
Tints of Costa Del Sol #635C02
RGB
CMYK
RGB Variations
Color information
#635C02 (or 0x635C02) is known color: Costa Del Sol. HEX triplet: 63, 5C and 02. RGB value is (99,92,2). Sum of RGB (Red+Green+Blue) = 99+92+2=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #635C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635C02 is #9CA3FD. Grayscale: #545454. Windows color (decimal): -10265598 or 154723. OLE color: 154723.
HSL color Cylindrical-coordinate representation of color #635C02: hue angle of 55.67º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #635C02 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 2 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.61 |
| HSL | 55.67º | 0.96% | 0.2% | - |
| HSV(B) | 55.67º | 0.98% | 0.39% | - |
| XYZ | 8.98 | 10.31 | 1.57 | - |
| YUV | 83.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 2 | 0 | 0.07 | 0.98 | 0.61 | 55.67 | 0.96 | 0.2 |
| Hex | 63 | 5C | 2 | 0 | 7 | 62 | 3D | 38 | 60 | 14 |
| Octal | 143 | 134 | 2 | 0 | 7 | 142 | 75 | 70 | 140 | 24 |
| Binary | 1100011 | 1011100 | 10 | 0 | 111 | 1100010 | 111101 | 111000 | 1100000 | 10100 |
Color Harmonies of #635C02
Complementary color
Monochromatic Colors of #635C02
Black with #635C02
Text Example
Text Example
White with #635C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C02; }
p { color: rgb(99,92,2); }
H1.HeaderClassName
{
color: #635C02;
}
.AnyTagClassName
{
color: #635C02;
}
</style>
background-color css
<style>
a { background-color: #635C02; }
a { background-color: rgb(99,92,2); }
div.DivClassName
{
background-color: #635C02;
}
.BgClassName
{
background-color: #635C02;
}
</style>
border-color css
<style>
span { border-color: #635C02; }
span { border-color: rgb(99,92,2); }
td.TdClassName
{
border-color: #635C02;
}
.TagClassName
{
border-color: #635C02;
}
</style>