Shades of Bracken #603F24
Tints of Bracken #603F24
RGB
CMYK
RGB Variations
Color information
#603F24 (or 0x603F24) is known color: Bracken. HEX triplet: 60, 3F and 24. RGB value is (96,63,36). Sum of RGB (Red+Green+Blue) = 96+63+36=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #603F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F24 is #9FC0DB. Grayscale: #454545. Windows color (decimal): -10469596 or 2375520. OLE color: 2375520.
HSL color Cylindrical-coordinate representation of color #603F24: hue angle of 27º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #603F24 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 36 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.62 |
| HSL | 27º | 0.45% | 0.26% | - |
| HSV(B) | 27º | 0.63% | 0.38% | - |
| XYZ | 6.92 | 6.17 | 2.5 | - |
| YUV | 69.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 36 | 0 | 0.34 | 0.62 | 0.62 | 27 | 0.45 | 0.26 |
| Hex | 60 | 3F | 24 | 0 | 22 | 3E | 3E | 1B | 2D | 1A |
| Octal | 140 | 77 | 44 | 0 | 42 | 76 | 76 | 33 | 55 | 32 |
| Binary | 1100000 | 111111 | 100100 | 0 | 100010 | 111110 | 111110 | 11011 | 101101 | 11010 |
Color Harmonies of #603F24
Complementary color
Monochromatic Colors of #603F24
Black with #603F24
Text Example
Text Example
White with #603F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F24; }
p { color: rgb(96,63,36); }
H1.HeaderClassName
{
color: #603F24;
}
.AnyTagClassName
{
color: #603F24;
}
</style>
background-color css
<style>
a { background-color: #603F24; }
a { background-color: rgb(96,63,36); }
div.DivClassName
{
background-color: #603F24;
}
.BgClassName
{
background-color: #603F24;
}
</style>
border-color css
<style>
span { border-color: #603F24; }
span { border-color: rgb(96,63,36); }
td.TdClassName
{
border-color: #603F24;
}
.TagClassName
{
border-color: #603F24;
}
</style>