Shades of Costa Del Sol #635C14
Tints of Costa Del Sol #635C14
RGB
CMYK
RGB Variations
Color information
#635C14 (or 0x635C14) is known color: Costa Del Sol. HEX triplet: 63, 5C and 14. RGB value is (99,92,20). Sum of RGB (Red+Green+Blue) = 99+92+20=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #635C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635C14 is #9CA3EB. Grayscale: #565656. Windows color (decimal): -10265580 or 1334371. OLE color: 1334371.
HSL color Cylindrical-coordinate representation of color #635C14: hue angle of 54.68º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #635C14 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 20 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.61 |
| HSL | 54.68º | 0.66% | 0.23% | - |
| HSV(B) | 54.68º | 0.8% | 0.39% | - |
| XYZ | 9.1 | 10.36 | 2.18 | - |
| YUV | 85.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 20 | 0 | 0.07 | 0.80 | 0.61 | 54.68 | 0.66 | 0.23 |
| Hex | 63 | 5C | 14 | 0 | 7 | 50 | 3D | 37 | 42 | 17 |
| Octal | 143 | 134 | 24 | 0 | 7 | 120 | 75 | 67 | 102 | 27 |
| Binary | 1100011 | 1011100 | 10100 | 0 | 111 | 1010000 | 111101 | 110111 | 1000010 | 10111 |
Color Harmonies of #635C14
Complementary color
Monochromatic Colors of #635C14
Black with #635C14
Text Example
Text Example
White with #635C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C14; }
p { color: rgb(99,92,20); }
H1.HeaderClassName
{
color: #635C14;
}
.AnyTagClassName
{
color: #635C14;
}
</style>
background-color css
<style>
a { background-color: #635C14; }
a { background-color: rgb(99,92,20); }
div.DivClassName
{
background-color: #635C14;
}
.BgClassName
{
background-color: #635C14;
}
</style>
border-color css
<style>
span { border-color: #635C14; }
span { border-color: rgb(99,92,20); }
td.TdClassName
{
border-color: #635C14;
}
.TagClassName
{
border-color: #635C14;
}
</style>