Shades of Dark Brown #603D1A
Tints of Dark Brown #603D1A
RGB
CMYK
RGB Variations
Color information
#603D1A (or 0x603D1A) is known color: Dark Brown. HEX triplet: 60, 3D and 1A. RGB value is (96,61,26). Sum of RGB (Red+Green+Blue) = 96+61+26=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #603D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D1A is #9FC2E5. Grayscale: #434343. Windows color (decimal): -10470118 or 1719648. OLE color: 1719648.
HSL color Cylindrical-coordinate representation of color #603D1A: hue angle of 30º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #603D1A is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 26 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.62 |
| HSL | 30º | 0.57% | 0.24% | - |
| HSV(B) | 30º | 0.73% | 0.38% | - |
| XYZ | 6.68 | 5.9 | 1.76 | - |
| YUV | 67.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 26 | 0 | 0.36 | 0.73 | 0.62 | 30 | 0.57 | 0.24 |
| Hex | 60 | 3D | 1A | 0 | 24 | 49 | 3E | 1E | 39 | 18 |
| Octal | 140 | 75 | 32 | 0 | 44 | 111 | 76 | 36 | 71 | 30 |
| Binary | 1100000 | 111101 | 11010 | 0 | 100100 | 1001001 | 111110 | 11110 | 111001 | 11000 |
Color Harmonies of #603D1A
Complementary color
Monochromatic Colors of #603D1A
Black with #603D1A
Text Example
Text Example
White with #603D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D1A; }
p { color: rgb(96,61,26); }
H1.HeaderClassName
{
color: #603D1A;
}
.AnyTagClassName
{
color: #603D1A;
}
</style>
background-color css
<style>
a { background-color: #603D1A; }
a { background-color: rgb(96,61,26); }
div.DivClassName
{
background-color: #603D1A;
}
.BgClassName
{
background-color: #603D1A;
}
</style>
border-color css
<style>
span { border-color: #603D1A; }
span { border-color: rgb(96,61,26); }
td.TdClassName
{
border-color: #603D1A;
}
.TagClassName
{
border-color: #603D1A;
}
</style>