Shades of Costa Del Sol #635D04
Tints of Costa Del Sol #635D04
RGB
CMYK
RGB Variations
Color information
#635D04 (or 0x635D04) is known color: Costa Del Sol. HEX triplet: 63, 5D and 04. RGB value is (99,93,4). Sum of RGB (Red+Green+Blue) = 99+93+4=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #635D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635D04 is #9CA2FB. Grayscale: #555555. Windows color (decimal): -10265340 or 286051. OLE color: 286051.
HSL color Cylindrical-coordinate representation of color #635D04: hue angle of 56.21º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #635D04 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 4 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.61 |
| HSL | 56.21º | 0.92% | 0.2% | - |
| HSV(B) | 56.21º | 0.96% | 0.39% | - |
| XYZ | 9.08 | 10.49 | 1.66 | - |
| YUV | 84.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 4 | 0 | 0.06 | 0.96 | 0.61 | 56.21 | 0.92 | 0.2 |
| Hex | 63 | 5D | 4 | 0 | 6 | 60 | 3D | 38 | 5C | 14 |
| Octal | 143 | 135 | 4 | 0 | 6 | 140 | 75 | 70 | 134 | 24 |
| Binary | 1100011 | 1011101 | 100 | 0 | 110 | 1100000 | 111101 | 111000 | 1011100 | 10100 |
Color Harmonies of #635D04
Complementary color
Monochromatic Colors of #635D04
Black with #635D04
Text Example
Text Example
White with #635D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D04; }
p { color: rgb(99,93,4); }
H1.HeaderClassName
{
color: #635D04;
}
.AnyTagClassName
{
color: #635D04;
}
</style>
background-color css
<style>
a { background-color: #635D04; }
a { background-color: rgb(99,93,4); }
div.DivClassName
{
background-color: #635D04;
}
.BgClassName
{
background-color: #635D04;
}
</style>
border-color css
<style>
span { border-color: #635D04; }
span { border-color: rgb(99,93,4); }
td.TdClassName
{
border-color: #635D04;
}
.TagClassName
{
border-color: #635D04;
}
</style>