Shades of Bracken #613D26
Tints of Bracken #613D26
RGB
CMYK
RGB Variations
Color information
#613D26 (or 0x613D26) is known color: Bracken. HEX triplet: 61, 3D and 26. RGB value is (97,61,38). Sum of RGB (Red+Green+Blue) = 97+61+38=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #613D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D26 is #9EC2D9. Grayscale: #454545. Windows color (decimal): -10404570 or 2506081. OLE color: 2506081.
HSL color Cylindrical-coordinate representation of color #613D26: hue angle of 23.39º 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 #613D26 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 38 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.62 |
| HSL | 23.39º | 0.44% | 0.26% | - |
| HSV(B) | 23.39º | 0.61% | 0.38% | - |
| XYZ | 6.95 | 6.02 | 2.63 | - |
| YUV | 69.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 38 | 0 | 0.37 | 0.61 | 0.62 | 23.39 | 0.44 | 0.26 |
| Hex | 61 | 3D | 26 | 0 | 25 | 3D | 3E | 17 | 2C | 1A |
| Octal | 141 | 75 | 46 | 0 | 45 | 75 | 76 | 27 | 54 | 32 |
| Binary | 1100001 | 111101 | 100110 | 0 | 100101 | 111101 | 111110 | 10111 | 101100 | 11010 |
Color Harmonies of #613D26
Complementary color
Monochromatic Colors of #613D26
Black with #613D26
Text Example
Text Example
White with #613D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D26; }
p { color: rgb(97,61,38); }
H1.HeaderClassName
{
color: #613D26;
}
.AnyTagClassName
{
color: #613D26;
}
</style>
background-color css
<style>
a { background-color: #613D26; }
a { background-color: rgb(97,61,38); }
div.DivClassName
{
background-color: #613D26;
}
.BgClassName
{
background-color: #613D26;
}
</style>
border-color css
<style>
span { border-color: #613D26; }
span { border-color: rgb(97,61,38); }
td.TdClassName
{
border-color: #613D26;
}
.TagClassName
{
border-color: #613D26;
}
</style>