Shades of New Amber #6F321B
Tints of New Amber #6F321B
RGB
CMYK
RGB Variations
Color information
#6F321B (or 0x6F321B) is known color: New Amber. HEX triplet: 6F, 32 and 1B. RGB value is (111,50,27). Sum of RGB (Red+Green+Blue) = 111+50+27=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F321B is #90CDE4. Grayscale: #414141. Windows color (decimal): -9489893 or 1782383. OLE color: 1782383.
HSL color Cylindrical-coordinate representation of color #6F321B: hue angle of 16.43º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F321B is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 27 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.56 |
| HSL | 16.43º | 0.61% | 0.27% | - |
| HSV(B) | 16.43º | 0.76% | 0.44% | - |
| XYZ | 7.89 | 5.74 | 1.73 | - |
| YUV | 65.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 27 | 0 | 0.55 | 0.76 | 0.56 | 16.43 | 0.61 | 0.27 |
| Hex | 6F | 32 | 1B | 0 | 37 | 4C | 38 | 10 | 3D | 1B |
| Octal | 157 | 62 | 33 | 0 | 67 | 114 | 70 | 20 | 75 | 33 |
| Binary | 1101111 | 110010 | 11011 | 0 | 110111 | 1001100 | 111000 | 10000 | 111101 | 11011 |
Color Harmonies of #6F321B
Complementary color
Monochromatic Colors of #6F321B
Black with #6F321B
Text Example
Text Example
White with #6F321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F321B; }
p { color: rgb(111,50,27); }
H1.HeaderClassName
{
color: #6F321B;
}
.AnyTagClassName
{
color: #6F321B;
}
</style>
background-color css
<style>
a { background-color: #6F321B; }
a { background-color: rgb(111,50,27); }
div.DivClassName
{
background-color: #6F321B;
}
.BgClassName
{
background-color: #6F321B;
}
</style>
border-color css
<style>
span { border-color: #6F321B; }
span { border-color: rgb(111,50,27); }
td.TdClassName
{
border-color: #6F321B;
}
.TagClassName
{
border-color: #6F321B;
}
</style>