Shades of Dark Brown #61481A
Tints of Dark Brown #61481A
RGB
CMYK
RGB Variations
Color information
#61481A (or 0x61481A) is known color: Dark Brown. HEX triplet: 61, 48 and 1A. RGB value is (97,72,26). Sum of RGB (Red+Green+Blue) = 97+72+26=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61481A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61481A is #9EB7E5. Grayscale: #4A4A4A. Windows color (decimal): -10401766 or 1722465. OLE color: 1722465.
HSL color Cylindrical-coordinate representation of color #61481A: hue angle of 38.87º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61481A is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 72 | 26 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.62 |
| HSL | 38.87º | 0.58% | 0.24% | - |
| HSV(B) | 38.87º | 0.73% | 0.38% | - |
| XYZ | 7.43 | 7.25 | 1.99 | - |
| YUV | 74.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 72 | 26 | 0 | 0.26 | 0.73 | 0.62 | 38.87 | 0.58 | 0.24 |
| Hex | 61 | 48 | 1A | 0 | 1A | 49 | 3E | 27 | 3A | 18 |
| Octal | 141 | 110 | 32 | 0 | 32 | 111 | 76 | 47 | 72 | 30 |
| Binary | 1100001 | 1001000 | 11010 | 0 | 11010 | 1001001 | 111110 | 100111 | 111010 | 11000 |
Color Harmonies of #61481A
Complementary color
Monochromatic Colors of #61481A
Black with #61481A
Text Example
Text Example
White with #61481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61481A; }
p { color: rgb(97,72,26); }
H1.HeaderClassName
{
color: #61481A;
}
.AnyTagClassName
{
color: #61481A;
}
</style>
background-color css
<style>
a { background-color: #61481A; }
a { background-color: rgb(97,72,26); }
div.DivClassName
{
background-color: #61481A;
}
.BgClassName
{
background-color: #61481A;
}
</style>
border-color css
<style>
span { border-color: #61481A; }
span { border-color: rgb(97,72,26); }
td.TdClassName
{
border-color: #61481A;
}
.TagClassName
{
border-color: #61481A;
}
</style>