Shades of Costa Del Sol #67601D
Tints of Costa Del Sol #67601D
RGB
CMYK
RGB Variations
Color information
#67601D (or 0x67601D) is known color: Costa Del Sol. HEX triplet: 67, 60 and 1D. RGB value is (103,96,29). Sum of RGB (Red+Green+Blue) = 103+96+29=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #67601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67601D is #989FE2. Grayscale: #5A5A5A. Windows color (decimal): -10002403 or 1925223. OLE color: 1925223.
HSL color Cylindrical-coordinate representation of color #67601D: hue angle of 54.32º 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 #67601D is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 96 | 29 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.60 |
| HSL | 54.32º | 0.56% | 0.26% | - |
| HSV(B) | 54.32º | 0.72% | 0.4% | - |
| XYZ | 10 | 11.34 | 2.82 | - |
| YUV | 90.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 29 | 0 | 0.07 | 0.72 | 0.60 | 54.32 | 0.56 | 0.26 |
| Hex | 67 | 60 | 1D | 0 | 7 | 48 | 3C | 36 | 38 | 1A |
| Octal | 147 | 140 | 35 | 0 | 7 | 110 | 74 | 66 | 70 | 32 |
| Binary | 1100111 | 1100000 | 11101 | 0 | 111 | 1001000 | 111100 | 110110 | 111000 | 11010 |
Color Harmonies of #67601D
Complementary color
Monochromatic Colors of #67601D
Black with #67601D
Text Example
Text Example
White with #67601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67601D; }
p { color: rgb(103,96,29); }
H1.HeaderClassName
{
color: #67601D;
}
.AnyTagClassName
{
color: #67601D;
}
</style>
background-color css
<style>
a { background-color: #67601D; }
a { background-color: rgb(103,96,29); }
div.DivClassName
{
background-color: #67601D;
}
.BgClassName
{
background-color: #67601D;
}
</style>
border-color css
<style>
span { border-color: #67601D; }
span { border-color: rgb(103,96,29); }
td.TdClassName
{
border-color: #67601D;
}
.TagClassName
{
border-color: #67601D;
}
</style>