Shades of Dark Brown #61431C
Tints of Dark Brown #61431C
RGB
CMYK
RGB Variations
Color information
#61431C (or 0x61431C) is known color: Dark Brown. HEX triplet: 61, 43 and 1C. RGB value is (97,67,28). Sum of RGB (Red+Green+Blue) = 97+67+28=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61431C is #9EBCE3. Grayscale: #474747. Windows color (decimal): -10403044 or 1852257. OLE color: 1852257.
HSL color Cylindrical-coordinate representation of color #61431C: hue angle of 33.91º 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 #61431C is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 67 | 28 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.62 |
| HSL | 33.91º | 0.55% | 0.25% | - |
| HSV(B) | 33.91º | 0.71% | 0.38% | - |
| XYZ | 7.15 | 6.64 | 2 | - |
| YUV | 71.52 | 103.44 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 28 | 0 | 0.31 | 0.71 | 0.62 | 33.91 | 0.55 | 0.25 |
| Hex | 61 | 43 | 1C | 0 | 1F | 47 | 3E | 22 | 37 | 19 |
| Octal | 141 | 103 | 34 | 0 | 37 | 107 | 76 | 42 | 67 | 31 |
| Binary | 1100001 | 1000011 | 11100 | 0 | 11111 | 1000111 | 111110 | 100010 | 110111 | 11001 |
Color Harmonies of #61431C
Complementary color
Monochromatic Colors of #61431C
Black with #61431C
Text Example
Text Example
White with #61431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61431C; }
p { color: rgb(97,67,28); }
H1.HeaderClassName
{
color: #61431C;
}
.AnyTagClassName
{
color: #61431C;
}
</style>
background-color css
<style>
a { background-color: #61431C; }
a { background-color: rgb(97,67,28); }
div.DivClassName
{
background-color: #61431C;
}
.BgClassName
{
background-color: #61431C;
}
</style>
border-color css
<style>
span { border-color: #61431C; }
span { border-color: rgb(97,67,28); }
td.TdClassName
{
border-color: #61431C;
}
.TagClassName
{
border-color: #61431C;
}
</style>