Shades of New Amber #6B3119
Tints of New Amber #6B3119
RGB
CMYK
RGB Variations
Color information
#6B3119 (or 0x6B3119) is known color: New Amber. HEX triplet: 6B, 31 and 19. RGB value is (107,49,25). Sum of RGB (Red+Green+Blue) = 107+49+25=181 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.12% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3119 is #94CEE6. Grayscale: #3F3F3F. Windows color (decimal): -9752295 or 1651051. OLE color: 1651051.
HSL color Cylindrical-coordinate representation of color #6B3119: hue angle of 17.56º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B3119 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 49 | 25 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.58 |
| HSL | 17.56º | 0.62% | 0.26% | - |
| HSV(B) | 17.56º | 0.77% | 0.42% | - |
| XYZ | 7.34 | 5.39 | 1.57 | - |
| YUV | 63.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 25 | 0 | 0.54 | 0.77 | 0.58 | 17.56 | 0.62 | 0.26 |
| Hex | 6B | 31 | 19 | 0 | 36 | 4D | 3A | 12 | 3E | 1A |
| Octal | 153 | 61 | 31 | 0 | 66 | 115 | 72 | 22 | 76 | 32 |
| Binary | 1101011 | 110001 | 11001 | 0 | 110110 | 1001101 | 111010 | 10010 | 111110 | 11010 |
Color Harmonies of #6B3119
Complementary color
Monochromatic Colors of #6B3119
Black with #6B3119
Text Example
Text Example
White with #6B3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3119; }
p { color: rgb(107,49,25); }
H1.HeaderClassName
{
color: #6B3119;
}
.AnyTagClassName
{
color: #6B3119;
}
</style>
background-color css
<style>
a { background-color: #6B3119; }
a { background-color: rgb(107,49,25); }
div.DivClassName
{
background-color: #6B3119;
}
.BgClassName
{
background-color: #6B3119;
}
</style>
border-color css
<style>
span { border-color: #6B3119; }
span { border-color: rgb(107,49,25); }
td.TdClassName
{
border-color: #6B3119;
}
.TagClassName
{
border-color: #6B3119;
}
</style>