Shades of Costa Del Sol #6B672F
Tints of Costa Del Sol #6B672F
RGB
CMYK
RGB Variations
Color information
#6B672F (or 0x6B672F) is known color: Costa Del Sol. HEX triplet: 6B, 67 and 2F. RGB value is (107,103,47). Sum of RGB (Red+Green+Blue) = 107+103+47=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 107 - color contains mainly: red. Hex color #6B672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B672F is #9498D0. Grayscale: #626262. Windows color (decimal): -9738449 or 3106667. OLE color: 3106667.
HSL color Cylindrical-coordinate representation of color #6B672F: hue angle of 56º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B672F is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 103 | 47 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.58 |
| HSL | 56º | 0.39% | 0.3% | - |
| HSV(B) | 56º | 0.56% | 0.42% | - |
| XYZ | 11.43 | 13.03 | 4.6 | - |
| YUV | 97.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 47 | 0 | 0.04 | 0.56 | 0.58 | 56 | 0.39 | 0.3 |
| Hex | 6B | 67 | 2F | 0 | 4 | 38 | 3A | 38 | 27 | 1E |
| Octal | 153 | 147 | 57 | 0 | 4 | 70 | 72 | 70 | 47 | 36 |
| Binary | 1101011 | 1100111 | 101111 | 0 | 100 | 111000 | 111010 | 111000 | 100111 | 11110 |
Color Harmonies of #6B672F
Complementary color
Monochromatic Colors of #6B672F
Black with #6B672F
Text Example
Text Example
White with #6B672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B672F; }
p { color: rgb(107,103,47); }
H1.HeaderClassName
{
color: #6B672F;
}
.AnyTagClassName
{
color: #6B672F;
}
</style>
background-color css
<style>
a { background-color: #6B672F; }
a { background-color: rgb(107,103,47); }
div.DivClassName
{
background-color: #6B672F;
}
.BgClassName
{
background-color: #6B672F;
}
</style>
border-color css
<style>
span { border-color: #6B672F; }
span { border-color: rgb(107,103,47); }
td.TdClassName
{
border-color: #6B672F;
}
.TagClassName
{
border-color: #6B672F;
}
</style>