Shades of Costa Del Sol #66631B
Tints of Costa Del Sol #66631B
RGB
CMYK
RGB Variations
Color information
#66631B (or 0x66631B) is known color: Costa Del Sol. HEX triplet: 66, 63 and 1B. RGB value is (102,99,27). Sum of RGB (Red+Green+Blue) = 102+99+27=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #66631B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66631B is #999CE4. Grayscale: #5B5B5B. Windows color (decimal): -10067173 or 1794918. OLE color: 1794918.
HSL color Cylindrical-coordinate representation of color #66631B: hue angle of 57.6º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66631B is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 27 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.6 |
| HSL | 57.6º | 0.58% | 0.25% | - |
| HSV(B) | 57.6º | 0.74% | 0.4% | - |
| XYZ | 10.14 | 11.83 | 2.79 | - |
| YUV | 91.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 27 | 0 | 0.03 | 0.74 | 0.6 | 57.6 | 0.58 | 0.25 |
| Hex | 66 | 63 | 1B | 0 | 3 | 4A | 3C | 3A | 3A | 19 |
| Octal | 146 | 143 | 33 | 0 | 3 | 112 | 74 | 72 | 72 | 31 |
| Binary | 1100110 | 1100011 | 11011 | 0 | 11 | 1001010 | 111100 | 111010 | 111010 | 11001 |
Color Harmonies of #66631B
Complementary color
Monochromatic Colors of #66631B
Black with #66631B
Text Example
Text Example
White with #66631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66631B; }
p { color: rgb(102,99,27); }
H1.HeaderClassName
{
color: #66631B;
}
.AnyTagClassName
{
color: #66631B;
}
</style>
background-color css
<style>
a { background-color: #66631B; }
a { background-color: rgb(102,99,27); }
div.DivClassName
{
background-color: #66631B;
}
.BgClassName
{
background-color: #66631B;
}
</style>
border-color css
<style>
span { border-color: #66631B; }
span { border-color: rgb(102,99,27); }
td.TdClassName
{
border-color: #66631B;
}
.TagClassName
{
border-color: #66631B;
}
</style>