Shades of Costa Del Sol #655C2D
Tints of Costa Del Sol #655C2D
RGB
CMYK
RGB Variations
Color information
#655C2D (or 0x655C2D) is known color: Costa Del Sol. HEX triplet: 65, 5C and 2D. RGB value is (101,92,45). Sum of RGB (Red+Green+Blue) = 101+92+45=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 101 - color contains mainly: red. Hex color #655C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655C2D is #9AA3D2. Grayscale: #595959. Windows color (decimal): -10134483 or 2972773. OLE color: 2972773.
HSL color Cylindrical-coordinate representation of color #655C2D: hue angle of 50.36º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #655C2D is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 45 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.60 |
| HSL | 50.36º | 0.38% | 0.29% | - |
| HSV(B) | 50.36º | 0.55% | 0.4% | - |
| XYZ | 9.67 | 10.61 | 4.02 | - |
| YUV | 89.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 45 | 0 | 0.09 | 0.55 | 0.60 | 50.36 | 0.38 | 0.29 |
| Hex | 65 | 5C | 2D | 0 | 9 | 37 | 3C | 32 | 26 | 1D |
| Octal | 145 | 134 | 55 | 0 | 11 | 67 | 74 | 62 | 46 | 35 |
| Binary | 1100101 | 1011100 | 101101 | 0 | 1001 | 110111 | 111100 | 110010 | 100110 | 11101 |
Color Harmonies of #655C2D
Complementary color
Monochromatic Colors of #655C2D
Black with #655C2D
Text Example
Text Example
White with #655C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C2D; }
p { color: rgb(101,92,45); }
H1.HeaderClassName
{
color: #655C2D;
}
.AnyTagClassName
{
color: #655C2D;
}
</style>
background-color css
<style>
a { background-color: #655C2D; }
a { background-color: rgb(101,92,45); }
div.DivClassName
{
background-color: #655C2D;
}
.BgClassName
{
background-color: #655C2D;
}
</style>
border-color css
<style>
span { border-color: #655C2D; }
span { border-color: rgb(101,92,45); }
td.TdClassName
{
border-color: #655C2D;
}
.TagClassName
{
border-color: #655C2D;
}
</style>