Shades of Bracken #603F27
Tints of Bracken #603F27
RGB
CMYK
RGB Variations
Color information
#603F27 (or 0x603F27) is known color: Bracken. HEX triplet: 60, 3F and 27. RGB value is (96,63,39). Sum of RGB (Red+Green+Blue) = 96+63+39=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #603F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F27 is #9FC0D8. Grayscale: #464646. Windows color (decimal): -10469593 or 2572128. OLE color: 2572128.
HSL color Cylindrical-coordinate representation of color #603F27: hue angle of 25.26º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #603F27 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 39 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.62 |
| HSL | 25.26º | 0.42% | 0.26% | - |
| HSV(B) | 25.26º | 0.59% | 0.38% | - |
| XYZ | 6.97 | 6.19 | 2.75 | - |
| YUV | 70.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 39 | 0 | 0.34 | 0.59 | 0.62 | 25.26 | 0.42 | 0.26 |
| Hex | 60 | 3F | 27 | 0 | 22 | 3B | 3E | 19 | 2A | 1A |
| Octal | 140 | 77 | 47 | 0 | 42 | 73 | 76 | 31 | 52 | 32 |
| Binary | 1100000 | 111111 | 100111 | 0 | 100010 | 111011 | 111110 | 11001 | 101010 | 11010 |
Color Harmonies of #603F27
Complementary color
Monochromatic Colors of #603F27
Black with #603F27
Text Example
Text Example
White with #603F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F27; }
p { color: rgb(96,63,39); }
H1.HeaderClassName
{
color: #603F27;
}
.AnyTagClassName
{
color: #603F27;
}
</style>
background-color css
<style>
a { background-color: #603F27; }
a { background-color: rgb(96,63,39); }
div.DivClassName
{
background-color: #603F27;
}
.BgClassName
{
background-color: #603F27;
}
</style>
border-color css
<style>
span { border-color: #603F27; }
span { border-color: rgb(96,63,39); }
td.TdClassName
{
border-color: #603F27;
}
.TagClassName
{
border-color: #603F27;
}
</style>