Shades of Dark Brown #613C1B
Tints of Dark Brown #613C1B
RGB
CMYK
RGB Variations
Color information
#613C1B (or 0x613C1B) is known color: Dark Brown. HEX triplet: 61, 3C and 1B. RGB value is (97,60,27). Sum of RGB (Red+Green+Blue) = 97+60+27=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #613C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C1B is #9EC3E4. Grayscale: #434343. Windows color (decimal): -10404837 or 1784929. OLE color: 1784929.
HSL color Cylindrical-coordinate representation of color #613C1B: hue angle of 28.29º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #613C1B is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 27 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.62 |
| HSL | 28.29º | 0.56% | 0.24% | - |
| HSV(B) | 28.29º | 0.72% | 0.38% | - |
| XYZ | 6.74 | 5.85 | 1.81 | - |
| YUV | 67.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 27 | 0 | 0.38 | 0.72 | 0.62 | 28.29 | 0.56 | 0.24 |
| Hex | 61 | 3C | 1B | 0 | 26 | 48 | 3E | 1C | 38 | 18 |
| Octal | 141 | 74 | 33 | 0 | 46 | 110 | 76 | 34 | 70 | 30 |
| Binary | 1100001 | 111100 | 11011 | 0 | 100110 | 1001000 | 111110 | 11100 | 111000 | 11000 |
Color Harmonies of #613C1B
Complementary color
Monochromatic Colors of #613C1B
Black with #613C1B
Text Example
Text Example
White with #613C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C1B; }
p { color: rgb(97,60,27); }
H1.HeaderClassName
{
color: #613C1B;
}
.AnyTagClassName
{
color: #613C1B;
}
</style>
background-color css
<style>
a { background-color: #613C1B; }
a { background-color: rgb(97,60,27); }
div.DivClassName
{
background-color: #613C1B;
}
.BgClassName
{
background-color: #613C1B;
}
</style>
border-color css
<style>
span { border-color: #613C1B; }
span { border-color: rgb(97,60,27); }
td.TdClassName
{
border-color: #613C1B;
}
.TagClassName
{
border-color: #613C1B;
}
</style>