Shades of Bracken #603F26
Tints of Bracken #603F26
RGB
CMYK
RGB Variations
Color information
#603F26 (or 0x603F26) is known color: Bracken. HEX triplet: 60, 3F and 26. RGB value is (96,63,38). Sum of RGB (Red+Green+Blue) = 96+63+38=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #603F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F26 is #9FC0D9. Grayscale: #464646. Windows color (decimal): -10469594 or 2506592. OLE color: 2506592.
HSL color Cylindrical-coordinate representation of color #603F26: hue angle of 25.86º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #603F26 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 38 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.62 |
| HSL | 25.86º | 0.43% | 0.26% | - |
| HSV(B) | 25.86º | 0.6% | 0.38% | - |
| XYZ | 6.95 | 6.18 | 2.66 | - |
| YUV | 70.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 38 | 0 | 0.34 | 0.60 | 0.62 | 25.86 | 0.43 | 0.26 |
| Hex | 60 | 3F | 26 | 0 | 22 | 3C | 3E | 1A | 2B | 1A |
| Octal | 140 | 77 | 46 | 0 | 42 | 74 | 76 | 32 | 53 | 32 |
| Binary | 1100000 | 111111 | 100110 | 0 | 100010 | 111100 | 111110 | 11010 | 101011 | 11010 |
Color Harmonies of #603F26
Complementary color
Monochromatic Colors of #603F26
Black with #603F26
Text Example
Text Example
White with #603F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F26; }
p { color: rgb(96,63,38); }
H1.HeaderClassName
{
color: #603F26;
}
.AnyTagClassName
{
color: #603F26;
}
</style>
background-color css
<style>
a { background-color: #603F26; }
a { background-color: rgb(96,63,38); }
div.DivClassName
{
background-color: #603F26;
}
.BgClassName
{
background-color: #603F26;
}
</style>
border-color css
<style>
span { border-color: #603F26; }
span { border-color: rgb(96,63,38); }
td.TdClassName
{
border-color: #603F26;
}
.TagClassName
{
border-color: #603F26;
}
</style>