Shades of Costa Del Sol #67661D
Tints of Costa Del Sol #67661D
RGB
CMYK
RGB Variations
Color information
#67661D (or 0x67661D) is known color: Costa Del Sol. HEX triplet: 67, 66 and 1D. RGB value is (103,102,29). Sum of RGB (Red+Green+Blue) = 103+102+29=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #67661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67661D is #9899E2. Grayscale: #5E5E5E. Windows color (decimal): -10000867 or 1926759. OLE color: 1926759.
HSL color Cylindrical-coordinate representation of color #67661D: hue angle of 59.19º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #67661D is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 102 | 29 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.60 |
| HSL | 59.19º | 0.56% | 0.26% | - |
| HSV(B) | 59.19º | 0.72% | 0.4% | - |
| XYZ | 10.57 | 12.48 | 3.01 | - |
| YUV | 93.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 29 | 0 | 0.01 | 0.72 | 0.60 | 59.19 | 0.56 | 0.26 |
| Hex | 67 | 66 | 1D | 0 | 1 | 48 | 3C | 3B | 38 | 1A |
| Octal | 147 | 146 | 35 | 0 | 1 | 110 | 74 | 73 | 70 | 32 |
| Binary | 1100111 | 1100110 | 11101 | 0 | 1 | 1001000 | 111100 | 111011 | 111000 | 11010 |
Color Harmonies of #67661D
Complementary color
Monochromatic Colors of #67661D
Black with #67661D
Text Example
Text Example
White with #67661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67661D; }
p { color: rgb(103,102,29); }
H1.HeaderClassName
{
color: #67661D;
}
.AnyTagClassName
{
color: #67661D;
}
</style>
background-color css
<style>
a { background-color: #67661D; }
a { background-color: rgb(103,102,29); }
div.DivClassName
{
background-color: #67661D;
}
.BgClassName
{
background-color: #67661D;
}
</style>
border-color css
<style>
span { border-color: #67661D; }
span { border-color: rgb(103,102,29); }
td.TdClassName
{
border-color: #67661D;
}
.TagClassName
{
border-color: #67661D;
}
</style>