Shades of Costa Del Sol #6B5F08
Tints of Costa Del Sol #6B5F08
RGB
CMYK
RGB Variations
Color information
#6B5F08 (or 0x6B5F08) is known color: Costa Del Sol. HEX triplet: 6B, 5F and 08. RGB value is (107,95,8). Sum of RGB (Red+Green+Blue) = 107+95+8=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5F08 is #94A0F7. Grayscale: #595959. Windows color (decimal): -9740536 or 548715. OLE color: 548715.
HSL color Cylindrical-coordinate representation of color #6B5F08: hue angle of 52.73º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B5F08 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 8 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.58 |
| HSL | 52.73º | 0.86% | 0.23% | - |
| HSV(B) | 52.73º | 0.93% | 0.42% | - |
| XYZ | 10.2 | 11.33 | 1.88 | - |
| YUV | 88.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 8 | 0 | 0.11 | 0.93 | 0.58 | 52.73 | 0.86 | 0.23 |
| Hex | 6B | 5F | 8 | 0 | B | 5D | 3A | 35 | 56 | 17 |
| Octal | 153 | 137 | 10 | 0 | 13 | 135 | 72 | 65 | 126 | 27 |
| Binary | 1101011 | 1011111 | 1000 | 0 | 1011 | 1011101 | 111010 | 110101 | 1010110 | 10111 |
Color Harmonies of #6B5F08
Complementary color
Monochromatic Colors of #6B5F08
Black with #6B5F08
Text Example
Text Example
White with #6B5F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F08; }
p { color: rgb(107,95,8); }
H1.HeaderClassName
{
color: #6B5F08;
}
.AnyTagClassName
{
color: #6B5F08;
}
</style>
background-color css
<style>
a { background-color: #6B5F08; }
a { background-color: rgb(107,95,8); }
div.DivClassName
{
background-color: #6B5F08;
}
.BgClassName
{
background-color: #6B5F08;
}
</style>
border-color css
<style>
span { border-color: #6B5F08; }
span { border-color: rgb(107,95,8); }
td.TdClassName
{
border-color: #6B5F08;
}
.TagClassName
{
border-color: #6B5F08;
}
</style>