Shades of Bracken #603D25
Tints of Bracken #603D25
RGB
CMYK
RGB Variations
Color information
#603D25 (or 0x603D25) is known color: Bracken. HEX triplet: 60, 3D and 25. RGB value is (96,61,37). Sum of RGB (Red+Green+Blue) = 96+61+37=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #603D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D25 is #9FC2DA. Grayscale: #444444. Windows color (decimal): -10470107 or 2440544. OLE color: 2440544.
HSL color Cylindrical-coordinate representation of color #603D25: hue angle of 24.41º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #603D25 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 37 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.62 |
| HSL | 24.41º | 0.44% | 0.26% | - |
| HSV(B) | 24.41º | 0.61% | 0.38% | - |
| XYZ | 6.83 | 5.96 | 2.54 | - |
| YUV | 68.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 37 | 0 | 0.36 | 0.61 | 0.62 | 24.41 | 0.44 | 0.26 |
| Hex | 60 | 3D | 25 | 0 | 24 | 3D | 3E | 18 | 2C | 1A |
| Octal | 140 | 75 | 45 | 0 | 44 | 75 | 76 | 30 | 54 | 32 |
| Binary | 1100000 | 111101 | 100101 | 0 | 100100 | 111101 | 111110 | 11000 | 101100 | 11010 |
Color Harmonies of #603D25
Complementary color
Monochromatic Colors of #603D25
Black with #603D25
Text Example
Text Example
White with #603D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D25; }
p { color: rgb(96,61,37); }
H1.HeaderClassName
{
color: #603D25;
}
.AnyTagClassName
{
color: #603D25;
}
</style>
background-color css
<style>
a { background-color: #603D25; }
a { background-color: rgb(96,61,37); }
div.DivClassName
{
background-color: #603D25;
}
.BgClassName
{
background-color: #603D25;
}
</style>
border-color css
<style>
span { border-color: #603D25; }
span { border-color: rgb(96,61,37); }
td.TdClassName
{
border-color: #603D25;
}
.TagClassName
{
border-color: #603D25;
}
</style>