Shades of Dark Brown #603F1F
Tints of Dark Brown #603F1F
RGB
CMYK
RGB Variations
Color information
#603F1F (or 0x603F1F) is known color: Dark Brown. HEX triplet: 60, 3F and 1F. RGB value is (96,63,31). Sum of RGB (Red+Green+Blue) = 96+63+31=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #603F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F1F is #9FC0E0. Grayscale: #454545. Windows color (decimal): -10469601 or 2047840. OLE color: 2047840.
HSL color Cylindrical-coordinate representation of color #603F1F: hue angle of 29.54º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #603F1F is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 31 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.62 |
| HSL | 29.54º | 0.51% | 0.25% | - |
| HSV(B) | 29.54º | 0.68% | 0.38% | - |
| XYZ | 6.85 | 6.14 | 2.12 | - |
| YUV | 69.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 31 | 0 | 0.34 | 0.68 | 0.62 | 29.54 | 0.51 | 0.25 |
| Hex | 60 | 3F | 1F | 0 | 22 | 44 | 3E | 1E | 33 | 19 |
| Octal | 140 | 77 | 37 | 0 | 42 | 104 | 76 | 36 | 63 | 31 |
| Binary | 1100000 | 111111 | 11111 | 0 | 100010 | 1000100 | 111110 | 11110 | 110011 | 11001 |
Color Harmonies of #603F1F
Complementary color
Monochromatic Colors of #603F1F
Black with #603F1F
Text Example
Text Example
White with #603F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F1F; }
p { color: rgb(96,63,31); }
H1.HeaderClassName
{
color: #603F1F;
}
.AnyTagClassName
{
color: #603F1F;
}
</style>
background-color css
<style>
a { background-color: #603F1F; }
a { background-color: rgb(96,63,31); }
div.DivClassName
{
background-color: #603F1F;
}
.BgClassName
{
background-color: #603F1F;
}
</style>
border-color css
<style>
span { border-color: #603F1F; }
span { border-color: rgb(96,63,31); }
td.TdClassName
{
border-color: #603F1F;
}
.TagClassName
{
border-color: #603F1F;
}
</style>