Shades of Costa Del Sol #6B5F27
Tints of Costa Del Sol #6B5F27
RGB
CMYK
RGB Variations
Color information
#6B5F27 (or 0x6B5F27) is known color: Costa Del Sol. HEX triplet: 6B, 5F and 27. RGB value is (107,95,39). Sum of RGB (Red+Green+Blue) = 107+95+39=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5F27 is #94A0D8. Grayscale: #5C5C5C. Windows color (decimal): -9740505 or 2580331. OLE color: 2580331.
HSL color Cylindrical-coordinate representation of color #6B5F27: hue angle of 49.41º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B5F27 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 39 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.58 |
| HSL | 49.41º | 0.47% | 0.29% | - |
| HSV(B) | 49.41º | 0.64% | 0.42% | - |
| XYZ | 10.52 | 11.46 | 3.58 | - |
| YUV | 92.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 39 | 0 | 0.11 | 0.64 | 0.58 | 49.41 | 0.47 | 0.29 |
| Hex | 6B | 5F | 27 | 0 | B | 40 | 3A | 31 | 2F | 1D |
| Octal | 153 | 137 | 47 | 0 | 13 | 100 | 72 | 61 | 57 | 35 |
| Binary | 1101011 | 1011111 | 100111 | 0 | 1011 | 1000000 | 111010 | 110001 | 101111 | 11101 |
Color Harmonies of #6B5F27
Complementary color
Monochromatic Colors of #6B5F27
Black with #6B5F27
Text Example
Text Example
White with #6B5F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F27; }
p { color: rgb(107,95,39); }
H1.HeaderClassName
{
color: #6B5F27;
}
.AnyTagClassName
{
color: #6B5F27;
}
</style>
background-color css
<style>
a { background-color: #6B5F27; }
a { background-color: rgb(107,95,39); }
div.DivClassName
{
background-color: #6B5F27;
}
.BgClassName
{
background-color: #6B5F27;
}
</style>
border-color css
<style>
span { border-color: #6B5F27; }
span { border-color: rgb(107,95,39); }
td.TdClassName
{
border-color: #6B5F27;
}
.TagClassName
{
border-color: #6B5F27;
}
</style>