Shades of New Amber #6F371F
Tints of New Amber #6F371F
RGB
CMYK
RGB Variations
Color information
#6F371F (or 0x6F371F) is known color: New Amber. HEX triplet: 6F, 37 and 1F. RGB value is (111,55,31). Sum of RGB (Red+Green+Blue) = 111+55+31=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F371F is #90C8E0. Grayscale: #454545. Windows color (decimal): -9488609 or 2045807. OLE color: 2045807.
HSL color Cylindrical-coordinate representation of color #6F371F: hue angle of 18º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F371F is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 55 | 31 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.56 |
| HSL | 18º | 0.56% | 0.28% | - |
| HSV(B) | 18º | 0.72% | 0.44% | - |
| XYZ | 8.17 | 6.21 | 2.06 | - |
| YUV | 69.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 31 | 0 | 0.50 | 0.72 | 0.56 | 18 | 0.56 | 0.28 |
| Hex | 6F | 37 | 1F | 0 | 32 | 48 | 38 | 12 | 38 | 1C |
| Octal | 157 | 67 | 37 | 0 | 62 | 110 | 70 | 22 | 70 | 34 |
| Binary | 1101111 | 110111 | 11111 | 0 | 110010 | 1001000 | 111000 | 10010 | 111000 | 11100 |
Color Harmonies of #6F371F
Complementary color
Monochromatic Colors of #6F371F
Black with #6F371F
Text Example
Text Example
White with #6F371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F371F; }
p { color: rgb(111,55,31); }
H1.HeaderClassName
{
color: #6F371F;
}
.AnyTagClassName
{
color: #6F371F;
}
</style>
background-color css
<style>
a { background-color: #6F371F; }
a { background-color: rgb(111,55,31); }
div.DivClassName
{
background-color: #6F371F;
}
.BgClassName
{
background-color: #6F371F;
}
</style>
border-color css
<style>
span { border-color: #6F371F; }
span { border-color: rgb(111,55,31); }
td.TdClassName
{
border-color: #6F371F;
}
.TagClassName
{
border-color: #6F371F;
}
</style>