Shades of Costa Del Sol #635A1A
Tints of Costa Del Sol #635A1A
RGB
CMYK
RGB Variations
Color information
#635A1A (or 0x635A1A) is known color: Costa Del Sol. HEX triplet: 63, 5A and 1A. RGB value is (99,90,26). Sum of RGB (Red+Green+Blue) = 99+90+26=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #635A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635A1A is #9CA5E5. Grayscale: #555555. Windows color (decimal): -10266086 or 1727075. OLE color: 1727075.
HSL color Cylindrical-coordinate representation of color #635A1A: hue angle of 52.6º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #635A1A is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 26 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.61 |
| HSL | 52.6º | 0.58% | 0.25% | - |
| HSV(B) | 52.6º | 0.74% | 0.39% | - |
| XYZ | 8.99 | 10.04 | 2.44 | - |
| YUV | 85.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 26 | 0 | 0.09 | 0.74 | 0.61 | 52.6 | 0.58 | 0.25 |
| Hex | 63 | 5A | 1A | 0 | 9 | 4A | 3D | 35 | 3A | 19 |
| Octal | 143 | 132 | 32 | 0 | 11 | 112 | 75 | 65 | 72 | 31 |
| Binary | 1100011 | 1011010 | 11010 | 0 | 1001 | 1001010 | 111101 | 110101 | 111010 | 11001 |
Color Harmonies of #635A1A
Complementary color
Monochromatic Colors of #635A1A
Black with #635A1A
Text Example
Text Example
White with #635A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A1A; }
p { color: rgb(99,90,26); }
H1.HeaderClassName
{
color: #635A1A;
}
.AnyTagClassName
{
color: #635A1A;
}
</style>
background-color css
<style>
a { background-color: #635A1A; }
a { background-color: rgb(99,90,26); }
div.DivClassName
{
background-color: #635A1A;
}
.BgClassName
{
background-color: #635A1A;
}
</style>
border-color css
<style>
span { border-color: #635A1A; }
span { border-color: rgb(99,90,26); }
td.TdClassName
{
border-color: #635A1A;
}
.TagClassName
{
border-color: #635A1A;
}
</style>