Shades of Dark Brown #61491C
Tints of Dark Brown #61491C
RGB
CMYK
RGB Variations
Color information
#61491C (or 0x61491C) is known color: Dark Brown. HEX triplet: 61, 49 and 1C. RGB value is (97,73,28). Sum of RGB (Red+Green+Blue) = 97+73+28=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #61491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61491C is #9EB6E3. Grayscale: #4B4B4B. Windows color (decimal): -10401508 or 1853793. OLE color: 1853793.
HSL color Cylindrical-coordinate representation of color #61491C: hue angle of 39.13º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61491C is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 73 | 28 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.62 |
| HSL | 39.13º | 0.55% | 0.25% | - |
| HSV(B) | 39.13º | 0.71% | 0.38% | - |
| XYZ | 7.52 | 7.39 | 2.13 | - |
| YUV | 75.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 28 | 0 | 0.25 | 0.71 | 0.62 | 39.13 | 0.55 | 0.25 |
| Hex | 61 | 49 | 1C | 0 | 19 | 47 | 3E | 27 | 37 | 19 |
| Octal | 141 | 111 | 34 | 0 | 31 | 107 | 76 | 47 | 67 | 31 |
| Binary | 1100001 | 1001001 | 11100 | 0 | 11001 | 1000111 | 111110 | 100111 | 110111 | 11001 |
Color Harmonies of #61491C
Complementary color
Monochromatic Colors of #61491C
Black with #61491C
Text Example
Text Example
White with #61491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61491C; }
p { color: rgb(97,73,28); }
H1.HeaderClassName
{
color: #61491C;
}
.AnyTagClassName
{
color: #61491C;
}
</style>
background-color css
<style>
a { background-color: #61491C; }
a { background-color: rgb(97,73,28); }
div.DivClassName
{
background-color: #61491C;
}
.BgClassName
{
background-color: #61491C;
}
</style>
border-color css
<style>
span { border-color: #61491C; }
span { border-color: rgb(97,73,28); }
td.TdClassName
{
border-color: #61491C;
}
.TagClassName
{
border-color: #61491C;
}
</style>