Shades of Costa Del Sol #6B621B
Tints of Costa Del Sol #6B621B
RGB
CMYK
RGB Variations
Color information
#6B621B (or 0x6B621B) is known color: Costa Del Sol. HEX triplet: 6B, 62 and 1B. RGB value is (107,98,27). Sum of RGB (Red+Green+Blue) = 107+98+27=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B621B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B621B is #949DE4. Grayscale: #5C5C5C. Windows color (decimal): -9739749 or 1794667. OLE color: 1794667.
HSL color Cylindrical-coordinate representation of color #6B621B: hue angle of 53.25º 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 #6B621B is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 98 | 27 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.58 |
| HSL | 53.25º | 0.6% | 0.26% | - |
| HSV(B) | 53.25º | 0.75% | 0.42% | - |
| XYZ | 10.63 | 11.94 | 2.78 | - |
| YUV | 92.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 98 | 27 | 0 | 0.08 | 0.75 | 0.58 | 53.25 | 0.6 | 0.26 |
| Hex | 6B | 62 | 1B | 0 | 8 | 4B | 3A | 35 | 3C | 1A |
| Octal | 153 | 142 | 33 | 0 | 10 | 113 | 72 | 65 | 74 | 32 |
| Binary | 1101011 | 1100010 | 11011 | 0 | 1000 | 1001011 | 111010 | 110101 | 111100 | 11010 |
Color Harmonies of #6B621B
Complementary color
Monochromatic Colors of #6B621B
Black with #6B621B
Text Example
Text Example
White with #6B621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B621B; }
p { color: rgb(107,98,27); }
H1.HeaderClassName
{
color: #6B621B;
}
.AnyTagClassName
{
color: #6B621B;
}
</style>
background-color css
<style>
a { background-color: #6B621B; }
a { background-color: rgb(107,98,27); }
div.DivClassName
{
background-color: #6B621B;
}
.BgClassName
{
background-color: #6B621B;
}
</style>
border-color css
<style>
span { border-color: #6B621B; }
span { border-color: rgb(107,98,27); }
td.TdClassName
{
border-color: #6B621B;
}
.TagClassName
{
border-color: #6B621B;
}
</style>