Shades of Dark Brown #603F21
Tints of Dark Brown #603F21
RGB
CMYK
RGB Variations
Color information
#603F21 (or 0x603F21) is known color: Dark Brown. HEX triplet: 60, 3F and 21. RGB value is (96,63,33). Sum of RGB (Red+Green+Blue) = 96+63+33=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #603F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F21 is #9FC0DE. Grayscale: #454545. Windows color (decimal): -10469599 or 2178912. OLE color: 2178912.
HSL color Cylindrical-coordinate representation of color #603F21: hue angle of 28.57º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603F21 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 33 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.62 |
| HSL | 28.57º | 0.49% | 0.25% | - |
| HSV(B) | 28.57º | 0.66% | 0.38% | - |
| XYZ | 6.88 | 6.15 | 2.26 | - |
| YUV | 69.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 33 | 0 | 0.34 | 0.66 | 0.62 | 28.57 | 0.49 | 0.25 |
| Hex | 60 | 3F | 21 | 0 | 22 | 42 | 3E | 1D | 31 | 19 |
| Octal | 140 | 77 | 41 | 0 | 42 | 102 | 76 | 35 | 61 | 31 |
| Binary | 1100000 | 111111 | 100001 | 0 | 100010 | 1000010 | 111110 | 11101 | 110001 | 11001 |
Color Harmonies of #603F21
Complementary color
Monochromatic Colors of #603F21
Black with #603F21
Text Example
Text Example
White with #603F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F21; }
p { color: rgb(96,63,33); }
H1.HeaderClassName
{
color: #603F21;
}
.AnyTagClassName
{
color: #603F21;
}
</style>
background-color css
<style>
a { background-color: #603F21; }
a { background-color: rgb(96,63,33); }
div.DivClassName
{
background-color: #603F21;
}
.BgClassName
{
background-color: #603F21;
}
</style>
border-color css
<style>
span { border-color: #603F21; }
span { border-color: rgb(96,63,33); }
td.TdClassName
{
border-color: #603F21;
}
.TagClassName
{
border-color: #603F21;
}
</style>