Shades of Costa Del Sol #6B611B
Tints of Costa Del Sol #6B611B
RGB
CMYK
RGB Variations
Color information
#6B611B (or 0x6B611B) is known color: Costa Del Sol. HEX triplet: 6B, 61 and 1B. RGB value is (107,97,27). Sum of RGB (Red+Green+Blue) = 107+97+27=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 107 - color contains mainly: red. Hex color #6B611B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B611B is #949EE4. Grayscale: #5C5C5C. Windows color (decimal): -9740005 or 1794411. OLE color: 1794411.
HSL color Cylindrical-coordinate representation of color #6B611B: hue angle of 52.5º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B611B is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 97 | 27 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.58 |
| HSL | 52.5º | 0.6% | 0.26% | - |
| HSV(B) | 52.5º | 0.75% | 0.42% | - |
| XYZ | 10.54 | 11.75 | 2.75 | - |
| YUV | 92.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 27 | 0 | 0.09 | 0.75 | 0.58 | 52.5 | 0.6 | 0.26 |
| Hex | 6B | 61 | 1B | 0 | 9 | 4B | 3A | 34 | 3C | 1A |
| Octal | 153 | 141 | 33 | 0 | 11 | 113 | 72 | 64 | 74 | 32 |
| Binary | 1101011 | 1100001 | 11011 | 0 | 1001 | 1001011 | 111010 | 110100 | 111100 | 11010 |
Color Harmonies of #6B611B
Complementary color
Monochromatic Colors of #6B611B
Black with #6B611B
Text Example
Text Example
White with #6B611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B611B; }
p { color: rgb(107,97,27); }
H1.HeaderClassName
{
color: #6B611B;
}
.AnyTagClassName
{
color: #6B611B;
}
</style>
background-color css
<style>
a { background-color: #6B611B; }
a { background-color: rgb(107,97,27); }
div.DivClassName
{
background-color: #6B611B;
}
.BgClassName
{
background-color: #6B611B;
}
</style>
border-color css
<style>
span { border-color: #6B611B; }
span { border-color: rgb(107,97,27); }
td.TdClassName
{
border-color: #6B611B;
}
.TagClassName
{
border-color: #6B611B;
}
</style>