Shades of Costa Del Sol #625A1F
Tints of Costa Del Sol #625A1F
RGB
CMYK
RGB Variations
Color information
#625A1F (or 0x625A1F) is known color: Costa Del Sol. HEX triplet: 62, 5A and 1F. RGB value is (98,90,31). Sum of RGB (Red+Green+Blue) = 98+90+31=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 98 - color contains mainly: red. Hex color #625A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A1F is #9DA5E0. Grayscale: #555555. Windows color (decimal): -10331617 or 2054754. OLE color: 2054754.
HSL color Cylindrical-coordinate representation of color #625A1F: hue angle of 52.84º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #625A1F is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 31 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.62 |
| HSL | 52.84º | 0.52% | 0.25% | - |
| HSV(B) | 52.84º | 0.68% | 0.38% | - |
| XYZ | 8.94 | 10.01 | 2.76 | - |
| YUV | 85.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 31 | 0 | 0.08 | 0.68 | 0.62 | 52.84 | 0.52 | 0.25 |
| Hex | 62 | 5A | 1F | 0 | 8 | 44 | 3E | 35 | 34 | 19 |
| Octal | 142 | 132 | 37 | 0 | 10 | 104 | 76 | 65 | 64 | 31 |
| Binary | 1100010 | 1011010 | 11111 | 0 | 1000 | 1000100 | 111110 | 110101 | 110100 | 11001 |
Color Harmonies of #625A1F
Complementary color
Monochromatic Colors of #625A1F
Black with #625A1F
Text Example
Text Example
White with #625A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A1F; }
p { color: rgb(98,90,31); }
H1.HeaderClassName
{
color: #625A1F;
}
.AnyTagClassName
{
color: #625A1F;
}
</style>
background-color css
<style>
a { background-color: #625A1F; }
a { background-color: rgb(98,90,31); }
div.DivClassName
{
background-color: #625A1F;
}
.BgClassName
{
background-color: #625A1F;
}
</style>
border-color css
<style>
span { border-color: #625A1F; }
span { border-color: rgb(98,90,31); }
td.TdClassName
{
border-color: #625A1F;
}
.TagClassName
{
border-color: #625A1F;
}
</style>