Shades of Dark Brown #613F1C
Tints of Dark Brown #613F1C
RGB
CMYK
RGB Variations
Color information
#613F1C (or 0x613F1C) is known color: Dark Brown. HEX triplet: 61, 3F and 1C. RGB value is (97,63,28). Sum of RGB (Red+Green+Blue) = 97+63+28=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #613F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F1C is #9EC0E3. Grayscale: #454545. Windows color (decimal): -10404068 or 1851233. OLE color: 1851233.
HSL color Cylindrical-coordinate representation of color #613F1C: hue angle of 30.43º 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 #613F1C is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 28 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.62 |
| HSL | 30.43º | 0.55% | 0.25% | - |
| HSV(B) | 30.43º | 0.71% | 0.38% | - |
| XYZ | 6.92 | 6.18 | 1.93 | - |
| YUV | 69.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 28 | 0 | 0.35 | 0.71 | 0.62 | 30.43 | 0.55 | 0.25 |
| Hex | 61 | 3F | 1C | 0 | 23 | 47 | 3E | 1E | 37 | 19 |
| Octal | 141 | 77 | 34 | 0 | 43 | 107 | 76 | 36 | 67 | 31 |
| Binary | 1100001 | 111111 | 11100 | 0 | 100011 | 1000111 | 111110 | 11110 | 110111 | 11001 |
Color Harmonies of #613F1C
Complementary color
Monochromatic Colors of #613F1C
Black with #613F1C
Text Example
Text Example
White with #613F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F1C; }
p { color: rgb(97,63,28); }
H1.HeaderClassName
{
color: #613F1C;
}
.AnyTagClassName
{
color: #613F1C;
}
</style>
background-color css
<style>
a { background-color: #613F1C; }
a { background-color: rgb(97,63,28); }
div.DivClassName
{
background-color: #613F1C;
}
.BgClassName
{
background-color: #613F1C;
}
</style>
border-color css
<style>
span { border-color: #613F1C; }
span { border-color: rgb(97,63,28); }
td.TdClassName
{
border-color: #613F1C;
}
.TagClassName
{
border-color: #613F1C;
}
</style>