Shades of Costa Del Sol #6C641B
Tints of Costa Del Sol #6C641B
RGB
CMYK
RGB Variations
Color information
#6C641B (or 0x6C641B) is known color: Costa Del Sol. HEX triplet: 6C, 64 and 1B. RGB value is (108,100,27). Sum of RGB (Red+Green+Blue) = 108+100+27=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 108 - color contains mainly: red. Hex color #6C641B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C641B is #939BE4. Grayscale: #5E5E5E. Windows color (decimal): -9673701 or 1795180. OLE color: 1795180.
HSL color Cylindrical-coordinate representation of color #6C641B: hue angle of 54.07º 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 #6C641B is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 100 | 27 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.58 |
| HSL | 54.07º | 0.6% | 0.26% | - |
| HSV(B) | 54.07º | 0.75% | 0.42% | - |
| XYZ | 10.94 | 12.38 | 2.85 | - |
| YUV | 94.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 27 | 0 | 0.07 | 0.75 | 0.58 | 54.07 | 0.6 | 0.26 |
| Hex | 6C | 64 | 1B | 0 | 7 | 4B | 3A | 36 | 3C | 1A |
| Octal | 154 | 144 | 33 | 0 | 7 | 113 | 72 | 66 | 74 | 32 |
| Binary | 1101100 | 1100100 | 11011 | 0 | 111 | 1001011 | 111010 | 110110 | 111100 | 11010 |
Color Harmonies of #6C641B
Complementary color
Monochromatic Colors of #6C641B
Black with #6C641B
Text Example
Text Example
White with #6C641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C641B; }
p { color: rgb(108,100,27); }
H1.HeaderClassName
{
color: #6C641B;
}
.AnyTagClassName
{
color: #6C641B;
}
</style>
background-color css
<style>
a { background-color: #6C641B; }
a { background-color: rgb(108,100,27); }
div.DivClassName
{
background-color: #6C641B;
}
.BgClassName
{
background-color: #6C641B;
}
</style>
border-color css
<style>
span { border-color: #6C641B; }
span { border-color: rgb(108,100,27); }
td.TdClassName
{
border-color: #6C641B;
}
.TagClassName
{
border-color: #6C641B;
}
</style>