Shades of Costa Del Sol #6C652D
Tints of Costa Del Sol #6C652D
RGB
CMYK
RGB Variations
Color information
#6C652D (or 0x6C652D) is known color: Costa Del Sol. HEX triplet: 6C, 65 and 2D. RGB value is (108,101,45). Sum of RGB (Red+Green+Blue) = 108+101+45=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 108 - color contains mainly: red. Hex color #6C652D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C652D is #939AD2. Grayscale: #606060. Windows color (decimal): -9673427 or 2975084. OLE color: 2975084.
HSL color Cylindrical-coordinate representation of color #6C652D: hue angle of 53.33º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C652D is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 101 | 45 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.58 |
| HSL | 53.33º | 0.41% | 0.3% | - |
| HSV(B) | 53.33º | 0.58% | 0.42% | - |
| XYZ | 11.31 | 12.68 | 4.33 | - |
| YUV | 96.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 45 | 0 | 0.06 | 0.58 | 0.58 | 53.33 | 0.41 | 0.3 |
| Hex | 6C | 65 | 2D | 0 | 6 | 3A | 3A | 35 | 29 | 1E |
| Octal | 154 | 145 | 55 | 0 | 6 | 72 | 72 | 65 | 51 | 36 |
| Binary | 1101100 | 1100101 | 101101 | 0 | 110 | 111010 | 111010 | 110101 | 101001 | 11110 |
Color Harmonies of #6C652D
Complementary color
Monochromatic Colors of #6C652D
Black with #6C652D
Text Example
Text Example
White with #6C652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C652D; }
p { color: rgb(108,101,45); }
H1.HeaderClassName
{
color: #6C652D;
}
.AnyTagClassName
{
color: #6C652D;
}
</style>
background-color css
<style>
a { background-color: #6C652D; }
a { background-color: rgb(108,101,45); }
div.DivClassName
{
background-color: #6C652D;
}
.BgClassName
{
background-color: #6C652D;
}
</style>
border-color css
<style>
span { border-color: #6C652D; }
span { border-color: rgb(108,101,45); }
td.TdClassName
{
border-color: #6C652D;
}
.TagClassName
{
border-color: #6C652D;
}
</style>