Shades of Costa Del Sol #635A0C
Tints of Costa Del Sol #635A0C
RGB
CMYK
RGB Variations
Color information
#635A0C (or 0x635A0C) is known color: Costa Del Sol. HEX triplet: 63, 5A and 0C. RGB value is (99,90,12). Sum of RGB (Red+Green+Blue) = 99+90+12=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #635A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635A0C is #9CA5F3. Grayscale: #545454. Windows color (decimal): -10266100 or 809571. OLE color: 809571.
HSL color Cylindrical-coordinate representation of color #635A0C: hue angle of 53.79º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #635A0C is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 12 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.61 |
| HSL | 53.79º | 0.78% | 0.22% | - |
| HSV(B) | 53.79º | 0.88% | 0.39% | - |
| XYZ | 8.87 | 9.99 | 1.81 | - |
| YUV | 83.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 12 | 0 | 0.09 | 0.88 | 0.61 | 53.79 | 0.78 | 0.22 |
| Hex | 63 | 5A | C | 0 | 9 | 58 | 3D | 36 | 4E | 16 |
| Octal | 143 | 132 | 14 | 0 | 11 | 130 | 75 | 66 | 116 | 26 |
| Binary | 1100011 | 1011010 | 1100 | 0 | 1001 | 1011000 | 111101 | 110110 | 1001110 | 10110 |
Color Harmonies of #635A0C
Complementary color
Monochromatic Colors of #635A0C
Black with #635A0C
Text Example
Text Example
White with #635A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A0C; }
p { color: rgb(99,90,12); }
H1.HeaderClassName
{
color: #635A0C;
}
.AnyTagClassName
{
color: #635A0C;
}
</style>
background-color css
<style>
a { background-color: #635A0C; }
a { background-color: rgb(99,90,12); }
div.DivClassName
{
background-color: #635A0C;
}
.BgClassName
{
background-color: #635A0C;
}
</style>
border-color css
<style>
span { border-color: #635A0C; }
span { border-color: rgb(99,90,12); }
td.TdClassName
{
border-color: #635A0C;
}
.TagClassName
{
border-color: #635A0C;
}
</style>