Shades of Costa Del Sol #625F32
Tints of Costa Del Sol #625F32
RGB
CMYK
RGB Variations
Color information
#625F32 (or 0x625F32) is known color: Costa Del Sol. HEX triplet: 62, 5F and 32. RGB value is (98,95,50). Sum of RGB (Red+Green+Blue) = 98+95+50=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #625F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625F32 is #9DA0CD. Grayscale: #5A5A5A. Windows color (decimal): -10330318 or 3301218. OLE color: 3301218.
HSL color Cylindrical-coordinate representation of color #625F32: hue angle of 56.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #625F32 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 95 | 50 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.62 |
| HSL | 56.25º | 0.32% | 0.29% | - |
| HSV(B) | 56.25º | 0.49% | 0.38% | - |
| XYZ | 9.7 | 11.01 | 4.63 | - |
| YUV | 90.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 50 | 0 | 0.03 | 0.49 | 0.62 | 56.25 | 0.32 | 0.29 |
| Hex | 62 | 5F | 32 | 0 | 3 | 31 | 3E | 38 | 20 | 1D |
| Octal | 142 | 137 | 62 | 0 | 3 | 61 | 76 | 70 | 40 | 35 |
| Binary | 1100010 | 1011111 | 110010 | 0 | 11 | 110001 | 111110 | 111000 | 100000 | 11101 |
Color Harmonies of #625F32
Complementary color
Monochromatic Colors of #625F32
Black with #625F32
Text Example
Text Example
White with #625F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625F32; }
p { color: rgb(98,95,50); }
H1.HeaderClassName
{
color: #625F32;
}
.AnyTagClassName
{
color: #625F32;
}
</style>
background-color css
<style>
a { background-color: #625F32; }
a { background-color: rgb(98,95,50); }
div.DivClassName
{
background-color: #625F32;
}
.BgClassName
{
background-color: #625F32;
}
</style>
border-color css
<style>
span { border-color: #625F32; }
span { border-color: rgb(98,95,50); }
td.TdClassName
{
border-color: #625F32;
}
.TagClassName
{
border-color: #625F32;
}
</style>