Shades of British Racing Green #06411A
Tints of British Racing Green #06411A
RGB
CMYK
RGB Variations
Color information
#06411A (or 0x06411A) is known color: British Racing Green. HEX triplet: 06, 41 and 1A. RGB value is (6,65,26). Sum of RGB (Red+Green+Blue) = 6+65+26=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 65 (25.78% from 255 or 67.01% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 65 - color contains mainly: green. Hex color #06411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06411A is #F9BEE5. Grayscale: #2B2B2B. Windows color (decimal): -16367334 or 1720582. OLE color: 1720582.
HSL color Cylindrical-coordinate representation of color #06411A: hue angle of 140.34º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06411A is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 65 | 26 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.75 |
| HSL | 140.34º | 0.83% | 0.14% | - |
| HSV(B) | 140.34º | 0.91% | 0.25% | - |
| XYZ | 2.15 | 3.89 | 1.62 | - |
| YUV | 42.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 26 | 0.91 | 0 | 0.60 | 0.75 | 140.34 | 0.83 | 0.14 |
| Hex | 6 | 41 | 1A | 5B | 0 | 3C | 4B | 8C | 53 | E |
| Octal | 6 | 101 | 32 | 133 | 0 | 74 | 113 | 214 | 123 | 16 |
| Binary | 110 | 1000001 | 11010 | 1011011 | 0 | 111100 | 1001011 | 10001100 | 1010011 | 1110 |
Color Harmonies of #06411A
Complementary color
Monochromatic Colors of #06411A
Black with #06411A
Text Example
Text Example
White with #06411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06411A; }
p { color: rgb(6,65,26); }
H1.HeaderClassName
{
color: #06411A;
}
.AnyTagClassName
{
color: #06411A;
}
</style>
background-color css
<style>
a { background-color: #06411A; }
a { background-color: rgb(6,65,26); }
div.DivClassName
{
background-color: #06411A;
}
.BgClassName
{
background-color: #06411A;
}
</style>
border-color css
<style>
span { border-color: #06411A; }
span { border-color: rgb(6,65,26); }
td.TdClassName
{
border-color: #06411A;
}
.TagClassName
{
border-color: #06411A;
}
</style>