Shades of Costa Del Sol #67601C
Tints of Costa Del Sol #67601C
RGB
CMYK
RGB Variations
Color information
#67601C (or 0x67601C) is known color: Costa Del Sol. HEX triplet: 67, 60 and 1C. RGB value is (103,96,28). Sum of RGB (Red+Green+Blue) = 103+96+28=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 103 - color contains mainly: red. Hex color #67601C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67601C is #989FE3. Grayscale: #5A5A5A. Windows color (decimal): -10002404 or 1859687. OLE color: 1859687.
HSL color Cylindrical-coordinate representation of color #67601C: hue angle of 54.4º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67601C is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 96 | 28 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.60 |
| HSL | 54.4º | 0.57% | 0.26% | - |
| HSV(B) | 54.4º | 0.73% | 0.4% | - |
| XYZ | 9.99 | 11.33 | 2.76 | - |
| YUV | 90.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 28 | 0 | 0.07 | 0.73 | 0.60 | 54.4 | 0.57 | 0.26 |
| Hex | 67 | 60 | 1C | 0 | 7 | 49 | 3C | 36 | 39 | 1A |
| Octal | 147 | 140 | 34 | 0 | 7 | 111 | 74 | 66 | 71 | 32 |
| Binary | 1100111 | 1100000 | 11100 | 0 | 111 | 1001001 | 111100 | 110110 | 111001 | 11010 |
Color Harmonies of #67601C
Complementary color
Monochromatic Colors of #67601C
Black with #67601C
Text Example
Text Example
White with #67601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67601C; }
p { color: rgb(103,96,28); }
H1.HeaderClassName
{
color: #67601C;
}
.AnyTagClassName
{
color: #67601C;
}
</style>
background-color css
<style>
a { background-color: #67601C; }
a { background-color: rgb(103,96,28); }
div.DivClassName
{
background-color: #67601C;
}
.BgClassName
{
background-color: #67601C;
}
</style>
border-color css
<style>
span { border-color: #67601C; }
span { border-color: rgb(103,96,28); }
td.TdClassName
{
border-color: #67601C;
}
.TagClassName
{
border-color: #67601C;
}
</style>