Shades of Bracken #613F25
Tints of Bracken #613F25
RGB
CMYK
RGB Variations
Color information
#613F25 (or 0x613F25) is known color: Bracken. HEX triplet: 61, 3F and 25. RGB value is (97,63,37). Sum of RGB (Red+Green+Blue) = 97+63+37=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #613F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F25 is #9EC0DA. Grayscale: #464646. Windows color (decimal): -10404059 or 2441057. OLE color: 2441057.
HSL color Cylindrical-coordinate representation of color #613F25: hue angle of 26º 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 #613F25 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 37 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.62 |
| HSL | 26º | 0.45% | 0.26% | - |
| HSV(B) | 26º | 0.62% | 0.38% | - |
| XYZ | 7.04 | 6.23 | 2.58 | - |
| YUV | 70.2 | 109.26 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 37 | 0 | 0.35 | 0.62 | 0.62 | 26 | 0.45 | 0.26 |
| Hex | 61 | 3F | 25 | 0 | 23 | 3E | 3E | 1A | 2D | 1A |
| Octal | 141 | 77 | 45 | 0 | 43 | 76 | 76 | 32 | 55 | 32 |
| Binary | 1100001 | 111111 | 100101 | 0 | 100011 | 111110 | 111110 | 11010 | 101101 | 11010 |
Color Harmonies of #613F25
Complementary color
Monochromatic Colors of #613F25
Black with #613F25
Text Example
Text Example
White with #613F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F25; }
p { color: rgb(97,63,37); }
H1.HeaderClassName
{
color: #613F25;
}
.AnyTagClassName
{
color: #613F25;
}
</style>
background-color css
<style>
a { background-color: #613F25; }
a { background-color: rgb(97,63,37); }
div.DivClassName
{
background-color: #613F25;
}
.BgClassName
{
background-color: #613F25;
}
</style>
border-color css
<style>
span { border-color: #613F25; }
span { border-color: rgb(97,63,37); }
td.TdClassName
{
border-color: #613F25;
}
.TagClassName
{
border-color: #613F25;
}
</style>