Shades of Woody Brown #603F3E
Tints of Woody Brown #603F3E
RGB
CMYK
RGB Variations
Color information
#603F3E (or 0x603F3E) is known color: Woody Brown. HEX triplet: 60, 3F and 3E. RGB value is (96,63,62). Sum of RGB (Red+Green+Blue) = 96+63+62=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #603F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F3E is #9FC0C1. Grayscale: #484848. Windows color (decimal): -10469570 or 4079456. OLE color: 4079456.
HSL color Cylindrical-coordinate representation of color #603F3E: hue angle of 1.76º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #603F3E is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 62 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.62 |
| HSL | 1.76º | 0.22% | 0.31% | - |
| HSV(B) | 1.76º | 0.35% | 0.38% | - |
| XYZ | 7.47 | 6.39 | 5.4 | - |
| YUV | 72.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 62 | 0 | 0.34 | 0.35 | 0.62 | 1.76 | 0.22 | 0.31 |
| Hex | 60 | 3F | 3E | 0 | 22 | 23 | 3E | 2 | 16 | 1F |
| Octal | 140 | 77 | 76 | 0 | 42 | 43 | 76 | 2 | 26 | 37 |
| Binary | 1100000 | 111111 | 111110 | 0 | 100010 | 100011 | 111110 | 10 | 10110 | 11111 |
Color Harmonies of #603F3E
Complementary color
Monochromatic Colors of #603F3E
Black with #603F3E
Text Example
Text Example
White with #603F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F3E; }
p { color: rgb(96,63,62); }
H1.HeaderClassName
{
color: #603F3E;
}
.AnyTagClassName
{
color: #603F3E;
}
</style>
background-color css
<style>
a { background-color: #603F3E; }
a { background-color: rgb(96,63,62); }
div.DivClassName
{
background-color: #603F3E;
}
.BgClassName
{
background-color: #603F3E;
}
</style>
border-color css
<style>
span { border-color: #603F3E; }
span { border-color: rgb(96,63,62); }
td.TdClassName
{
border-color: #603F3E;
}
.TagClassName
{
border-color: #603F3E;
}
</style>