Shades of Dark Brown #603E21
Tints of Dark Brown #603E21
RGB
CMYK
RGB Variations
Color information
#603E21 (or 0x603E21) is known color: Dark Brown. HEX triplet: 60, 3E and 21. RGB value is (96,62,33). Sum of RGB (Red+Green+Blue) = 96+62+33=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #603E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E21 is #9FC1DE. Grayscale: #454545. Windows color (decimal): -10469855 or 2178656. OLE color: 2178656.
HSL color Cylindrical-coordinate representation of color #603E21: hue angle of 27.62º 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 #603E21 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 62 | 33 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.62 |
| HSL | 27.62º | 0.49% | 0.25% | - |
| HSV(B) | 27.62º | 0.66% | 0.38% | - |
| XYZ | 6.82 | 6.04 | 2.25 | - |
| YUV | 68.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 33 | 0 | 0.35 | 0.66 | 0.62 | 27.62 | 0.49 | 0.25 |
| Hex | 60 | 3E | 21 | 0 | 23 | 42 | 3E | 1C | 31 | 19 |
| Octal | 140 | 76 | 41 | 0 | 43 | 102 | 76 | 34 | 61 | 31 |
| Binary | 1100000 | 111110 | 100001 | 0 | 100011 | 1000010 | 111110 | 11100 | 110001 | 11001 |
Color Harmonies of #603E21
Complementary color
Monochromatic Colors of #603E21
Black with #603E21
Text Example
Text Example
White with #603E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603E21; }
p { color: rgb(96,62,33); }
H1.HeaderClassName
{
color: #603E21;
}
.AnyTagClassName
{
color: #603E21;
}
</style>
background-color css
<style>
a { background-color: #603E21; }
a { background-color: rgb(96,62,33); }
div.DivClassName
{
background-color: #603E21;
}
.BgClassName
{
background-color: #603E21;
}
</style>
border-color css
<style>
span { border-color: #603E21; }
span { border-color: rgb(96,62,33); }
td.TdClassName
{
border-color: #603E21;
}
.TagClassName
{
border-color: #603E21;
}
</style>