Shades of Costa Del Sol #6B6528
Tints of Costa Del Sol #6B6528
RGB
CMYK
RGB Variations
Color information
#6B6528 (or 0x6B6528) is known color: Costa Del Sol. HEX triplet: 6B, 65 and 28. RGB value is (107,101,40). Sum of RGB (Red+Green+Blue) = 107+101+40=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6528 is #949AD7. Grayscale: #606060. Windows color (decimal): -9738968 or 2647403. OLE color: 2647403.
HSL color Cylindrical-coordinate representation of color #6B6528: hue angle of 54.63º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B6528 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 101 | 40 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.58 |
| HSL | 54.63º | 0.46% | 0.29% | - |
| HSV(B) | 54.63º | 0.63% | 0.42% | - |
| XYZ | 11.1 | 12.59 | 3.85 | - |
| YUV | 95.84 | 96.49 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 40 | 0 | 0.06 | 0.63 | 0.58 | 54.63 | 0.46 | 0.29 |
| Hex | 6B | 65 | 28 | 0 | 6 | 3F | 3A | 37 | 2E | 1D |
| Octal | 153 | 145 | 50 | 0 | 6 | 77 | 72 | 67 | 56 | 35 |
| Binary | 1101011 | 1100101 | 101000 | 0 | 110 | 111111 | 111010 | 110111 | 101110 | 11101 |
Color Harmonies of #6B6528
Complementary color
Monochromatic Colors of #6B6528
Black with #6B6528
Text Example
Text Example
White with #6B6528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6528; }
p { color: rgb(107,101,40); }
H1.HeaderClassName
{
color: #6B6528;
}
.AnyTagClassName
{
color: #6B6528;
}
</style>
background-color css
<style>
a { background-color: #6B6528; }
a { background-color: rgb(107,101,40); }
div.DivClassName
{
background-color: #6B6528;
}
.BgClassName
{
background-color: #6B6528;
}
</style>
border-color css
<style>
span { border-color: #6B6528; }
span { border-color: rgb(107,101,40); }
td.TdClassName
{
border-color: #6B6528;
}
.TagClassName
{
border-color: #6B6528;
}
</style>