Shades of Dark Brown #624525
Tints of Dark Brown #624525
RGB
CMYK
RGB Variations
Color information
#624525 (or 0x624525) is known color: Dark Brown. HEX triplet: 62, 45 and 25. RGB value is (98,69,37). Sum of RGB (Red+Green+Blue) = 98+69+37=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #624525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624525 is #9DBADA. Grayscale: #4A4A4A. Windows color (decimal): -10336987 or 2442594. OLE color: 2442594.
HSL color Cylindrical-coordinate representation of color #624525: hue angle of 31.48º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #624525 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 69 | 37 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.62 |
| HSL | 31.48º | 0.45% | 0.26% | - |
| HSV(B) | 31.48º | 0.62% | 0.38% | - |
| XYZ | 7.5 | 6.99 | 2.7 | - |
| YUV | 74.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 69 | 37 | 0 | 0.30 | 0.62 | 0.62 | 31.48 | 0.45 | 0.26 |
| Hex | 62 | 45 | 25 | 0 | 1E | 3E | 3E | 1F | 2D | 1A |
| Octal | 142 | 105 | 45 | 0 | 36 | 76 | 76 | 37 | 55 | 32 |
| Binary | 1100010 | 1000101 | 100101 | 0 | 11110 | 111110 | 111110 | 11111 | 101101 | 11010 |
Color Harmonies of #624525
Complementary color
Monochromatic Colors of #624525
Black with #624525
Text Example
Text Example
White with #624525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624525; }
p { color: rgb(98,69,37); }
H1.HeaderClassName
{
color: #624525;
}
.AnyTagClassName
{
color: #624525;
}
</style>
background-color css
<style>
a { background-color: #624525; }
a { background-color: rgb(98,69,37); }
div.DivClassName
{
background-color: #624525;
}
.BgClassName
{
background-color: #624525;
}
</style>
border-color css
<style>
span { border-color: #624525; }
span { border-color: rgb(98,69,37); }
td.TdClassName
{
border-color: #624525;
}
.TagClassName
{
border-color: #624525;
}
</style>