Shades of Bracken #613E25
Tints of Bracken #613E25
RGB
CMYK
RGB Variations
Color information
#613E25 (or 0x613E25) is known color: Bracken. HEX triplet: 61, 3E and 25. RGB value is (97,62,37). Sum of RGB (Red+Green+Blue) = 97+62+37=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #613E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E25 is #9EC1DA. Grayscale: #454545. Windows color (decimal): -10404315 or 2440801. OLE color: 2440801.
HSL color Cylindrical-coordinate representation of color #613E25: hue angle of 25º 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 #613E25 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 62 | 37 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.62 |
| HSL | 25º | 0.45% | 0.26% | - |
| HSV(B) | 25º | 0.62% | 0.38% | - |
| XYZ | 6.99 | 6.12 | 2.56 | - |
| YUV | 69.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 37 | 0 | 0.36 | 0.62 | 0.62 | 25 | 0.45 | 0.26 |
| Hex | 61 | 3E | 25 | 0 | 24 | 3E | 3E | 19 | 2D | 1A |
| Octal | 141 | 76 | 45 | 0 | 44 | 76 | 76 | 31 | 55 | 32 |
| Binary | 1100001 | 111110 | 100101 | 0 | 100100 | 111110 | 111110 | 11001 | 101101 | 11010 |
Color Harmonies of #613E25
Complementary color
Monochromatic Colors of #613E25
Black with #613E25
Text Example
Text Example
White with #613E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E25; }
p { color: rgb(97,62,37); }
H1.HeaderClassName
{
color: #613E25;
}
.AnyTagClassName
{
color: #613E25;
}
</style>
background-color css
<style>
a { background-color: #613E25; }
a { background-color: rgb(97,62,37); }
div.DivClassName
{
background-color: #613E25;
}
.BgClassName
{
background-color: #613E25;
}
</style>
border-color css
<style>
span { border-color: #613E25; }
span { border-color: rgb(97,62,37); }
td.TdClassName
{
border-color: #613E25;
}
.TagClassName
{
border-color: #613E25;
}
</style>