Shades of Costa Del Sol #635B1A
Tints of Costa Del Sol #635B1A
RGB
CMYK
RGB Variations
Color information
#635B1A (or 0x635B1A) is known color: Costa Del Sol. HEX triplet: 63, 5B and 1A. RGB value is (99,91,26). Sum of RGB (Red+Green+Blue) = 99+91+26=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #635B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635B1A is #9CA4E5. Grayscale: #565656. Windows color (decimal): -10265830 or 1727331. OLE color: 1727331.
HSL color Cylindrical-coordinate representation of color #635B1A: hue angle of 53.42º 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 #635B1A is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 26 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.61 |
| HSL | 53.42º | 0.58% | 0.25% | - |
| HSV(B) | 53.42º | 0.74% | 0.39% | - |
| XYZ | 9.07 | 10.21 | 2.47 | - |
| YUV | 85.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 26 | 0 | 0.08 | 0.74 | 0.61 | 53.42 | 0.58 | 0.25 |
| Hex | 63 | 5B | 1A | 0 | 8 | 4A | 3D | 35 | 3A | 19 |
| Octal | 143 | 133 | 32 | 0 | 10 | 112 | 75 | 65 | 72 | 31 |
| Binary | 1100011 | 1011011 | 11010 | 0 | 1000 | 1001010 | 111101 | 110101 | 111010 | 11001 |
Color Harmonies of #635B1A
Complementary color
Monochromatic Colors of #635B1A
Black with #635B1A
Text Example
Text Example
White with #635B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B1A; }
p { color: rgb(99,91,26); }
H1.HeaderClassName
{
color: #635B1A;
}
.AnyTagClassName
{
color: #635B1A;
}
</style>
background-color css
<style>
a { background-color: #635B1A; }
a { background-color: rgb(99,91,26); }
div.DivClassName
{
background-color: #635B1A;
}
.BgClassName
{
background-color: #635B1A;
}
</style>
border-color css
<style>
span { border-color: #635B1A; }
span { border-color: rgb(99,91,26); }
td.TdClassName
{
border-color: #635B1A;
}
.TagClassName
{
border-color: #635B1A;
}
</style>