Shades of Dark Brown #603D1B
Tints of Dark Brown #603D1B
RGB
CMYK
RGB Variations
Color information
#603D1B (or 0x603D1B) is known color: Dark Brown. HEX triplet: 60, 3D and 1B. RGB value is (96,61,27). Sum of RGB (Red+Green+Blue) = 96+61+27=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #603D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D1B is #9FC2E4. Grayscale: #434343. Windows color (decimal): -10470117 or 1785184. OLE color: 1785184.
HSL color Cylindrical-coordinate representation of color #603D1B: hue angle of 29.57º 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 #603D1B is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 27 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.62 |
| HSL | 29.57º | 0.56% | 0.24% | - |
| HSV(B) | 29.57º | 0.72% | 0.38% | - |
| XYZ | 6.69 | 5.9 | 1.82 | - |
| YUV | 67.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 27 | 0 | 0.36 | 0.72 | 0.62 | 29.57 | 0.56 | 0.24 |
| Hex | 60 | 3D | 1B | 0 | 24 | 48 | 3E | 1E | 38 | 18 |
| Octal | 140 | 75 | 33 | 0 | 44 | 110 | 76 | 36 | 70 | 30 |
| Binary | 1100000 | 111101 | 11011 | 0 | 100100 | 1001000 | 111110 | 11110 | 111000 | 11000 |
Color Harmonies of #603D1B
Complementary color
Monochromatic Colors of #603D1B
Black with #603D1B
Text Example
Text Example
White with #603D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D1B; }
p { color: rgb(96,61,27); }
H1.HeaderClassName
{
color: #603D1B;
}
.AnyTagClassName
{
color: #603D1B;
}
</style>
background-color css
<style>
a { background-color: #603D1B; }
a { background-color: rgb(96,61,27); }
div.DivClassName
{
background-color: #603D1B;
}
.BgClassName
{
background-color: #603D1B;
}
</style>
border-color css
<style>
span { border-color: #603D1B; }
span { border-color: rgb(96,61,27); }
td.TdClassName
{
border-color: #603D1B;
}
.TagClassName
{
border-color: #603D1B;
}
</style>