Shades of Costa Del Sol #6B610C
Tints of Costa Del Sol #6B610C
RGB
CMYK
RGB Variations
Color information
#6B610C (or 0x6B610C) is known color: Costa Del Sol. HEX triplet: 6B, 61 and 0C. RGB value is (107,97,12). Sum of RGB (Red+Green+Blue) = 107+97+12=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B610C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B610C is #949EF3. Grayscale: #5A5A5A. Windows color (decimal): -9740020 or 811371. OLE color: 811371.
HSL color Cylindrical-coordinate representation of color #6B610C: hue angle of 53.68º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B610C is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 97 | 12 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.58 |
| HSL | 53.68º | 0.8% | 0.23% | - |
| HSV(B) | 53.68º | 0.89% | 0.42% | - |
| XYZ | 10.4 | 11.7 | 2.06 | - |
| YUV | 90.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 12 | 0 | 0.09 | 0.89 | 0.58 | 53.68 | 0.8 | 0.23 |
| Hex | 6B | 61 | C | 0 | 9 | 59 | 3A | 36 | 50 | 17 |
| Octal | 153 | 141 | 14 | 0 | 11 | 131 | 72 | 66 | 120 | 27 |
| Binary | 1101011 | 1100001 | 1100 | 0 | 1001 | 1011001 | 111010 | 110110 | 1010000 | 10111 |
Color Harmonies of #6B610C
Complementary color
Monochromatic Colors of #6B610C
Black with #6B610C
Text Example
Text Example
White with #6B610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B610C; }
p { color: rgb(107,97,12); }
H1.HeaderClassName
{
color: #6B610C;
}
.AnyTagClassName
{
color: #6B610C;
}
</style>
background-color css
<style>
a { background-color: #6B610C; }
a { background-color: rgb(107,97,12); }
div.DivClassName
{
background-color: #6B610C;
}
.BgClassName
{
background-color: #6B610C;
}
</style>
border-color css
<style>
span { border-color: #6B610C; }
span { border-color: rgb(107,97,12); }
td.TdClassName
{
border-color: #6B610C;
}
.TagClassName
{
border-color: #6B610C;
}
</style>