Shades of Very Dark Brown #603F30
Tints of Very Dark Brown #603F30
RGB
CMYK
RGB Variations
Color information
#603F30 (or 0x603F30) is known color: Very Dark Brown. HEX triplet: 60, 3F and 30. RGB value is (96,63,48). Sum of RGB (Red+Green+Blue) = 96+63+48=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #603F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F30 is #9FC0CF. Grayscale: #474747. Windows color (decimal): -10469584 or 3161952. OLE color: 3161952.
HSL color Cylindrical-coordinate representation of color #603F30: hue angle of 18.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603F30 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 48 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.62 |
| HSL | 18.75º | 0.33% | 0.28% | - |
| HSV(B) | 18.75º | 0.5% | 0.38% | - |
| XYZ | 7.13 | 6.26 | 3.63 | - |
| YUV | 71.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 48 | 0 | 0.34 | 0.50 | 0.62 | 18.75 | 0.33 | 0.28 |
| Hex | 60 | 3F | 30 | 0 | 22 | 32 | 3E | 13 | 21 | 1C |
| Octal | 140 | 77 | 60 | 0 | 42 | 62 | 76 | 23 | 41 | 34 |
| Binary | 1100000 | 111111 | 110000 | 0 | 100010 | 110010 | 111110 | 10011 | 100001 | 11100 |
Color Harmonies of #603F30
Complementary color
Monochromatic Colors of #603F30
Black with #603F30
Text Example
Text Example
White with #603F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F30; }
p { color: rgb(96,63,48); }
H1.HeaderClassName
{
color: #603F30;
}
.AnyTagClassName
{
color: #603F30;
}
</style>
background-color css
<style>
a { background-color: #603F30; }
a { background-color: rgb(96,63,48); }
div.DivClassName
{
background-color: #603F30;
}
.BgClassName
{
background-color: #603F30;
}
</style>
border-color css
<style>
span { border-color: #603F30; }
span { border-color: rgb(96,63,48); }
td.TdClassName
{
border-color: #603F30;
}
.TagClassName
{
border-color: #603F30;
}
</style>