Shades of Costa Del Sol #67600B
Tints of Costa Del Sol #67600B
RGB
CMYK
RGB Variations
Color information
#67600B (or 0x67600B) is known color: Costa Del Sol. HEX triplet: 67, 60 and 0B. RGB value is (103,96,11). Sum of RGB (Red+Green+Blue) = 103+96+11=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #67600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67600B is #989FF4. Grayscale: #585858. Windows color (decimal): -10002421 or 745575. OLE color: 745575.
HSL color Cylindrical-coordinate representation of color #67600B: hue angle of 55.43º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67600B is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 96 | 11 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.60 |
| HSL | 55.43º | 0.81% | 0.22% | - |
| HSV(B) | 55.43º | 0.89% | 0.4% | - |
| XYZ | 9.84 | 11.27 | 1.97 | - |
| YUV | 88.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 11 | 0 | 0.07 | 0.89 | 0.60 | 55.43 | 0.81 | 0.22 |
| Hex | 67 | 60 | B | 0 | 7 | 59 | 3C | 37 | 51 | 16 |
| Octal | 147 | 140 | 13 | 0 | 7 | 131 | 74 | 67 | 121 | 26 |
| Binary | 1100111 | 1100000 | 1011 | 0 | 111 | 1011001 | 111100 | 110111 | 1010001 | 10110 |
Color Harmonies of #67600B
Complementary color
Monochromatic Colors of #67600B
Black with #67600B
Text Example
Text Example
White with #67600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67600B; }
p { color: rgb(103,96,11); }
H1.HeaderClassName
{
color: #67600B;
}
.AnyTagClassName
{
color: #67600B;
}
</style>
background-color css
<style>
a { background-color: #67600B; }
a { background-color: rgb(103,96,11); }
div.DivClassName
{
background-color: #67600B;
}
.BgClassName
{
background-color: #67600B;
}
</style>
border-color css
<style>
span { border-color: #67600B; }
span { border-color: rgb(103,96,11); }
td.TdClassName
{
border-color: #67600B;
}
.TagClassName
{
border-color: #67600B;
}
</style>