Shades of New Amber #6F3920
Tints of New Amber #6F3920
RGB
CMYK
RGB Variations
Color information
#6F3920 (or 0x6F3920) is known color: New Amber. HEX triplet: 6F, 39 and 20. RGB value is (111,57,32). Sum of RGB (Red+Green+Blue) = 111+57+32=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3920 is #90C6DF. Grayscale: #464646. Windows color (decimal): -9488096 or 2111855. OLE color: 2111855.
HSL color Cylindrical-coordinate representation of color #6F3920: hue angle of 18.99º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F3920 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 57 | 32 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.56 |
| HSL | 18.99º | 0.55% | 0.28% | - |
| HSV(B) | 18.99º | 0.71% | 0.44% | - |
| XYZ | 8.28 | 6.41 | 2.17 | - |
| YUV | 70.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 32 | 0 | 0.49 | 0.71 | 0.56 | 18.99 | 0.55 | 0.28 |
| Hex | 6F | 39 | 20 | 0 | 31 | 47 | 38 | 13 | 37 | 1C |
| Octal | 157 | 71 | 40 | 0 | 61 | 107 | 70 | 23 | 67 | 34 |
| Binary | 1101111 | 111001 | 100000 | 0 | 110001 | 1000111 | 111000 | 10011 | 110111 | 11100 |
Color Harmonies of #6F3920
Complementary color
Monochromatic Colors of #6F3920
Black with #6F3920
Text Example
Text Example
White with #6F3920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3920; }
p { color: rgb(111,57,32); }
H1.HeaderClassName
{
color: #6F3920;
}
.AnyTagClassName
{
color: #6F3920;
}
</style>
background-color css
<style>
a { background-color: #6F3920; }
a { background-color: rgb(111,57,32); }
div.DivClassName
{
background-color: #6F3920;
}
.BgClassName
{
background-color: #6F3920;
}
</style>
border-color css
<style>
span { border-color: #6F3920; }
span { border-color: rgb(111,57,32); }
td.TdClassName
{
border-color: #6F3920;
}
.TagClassName
{
border-color: #6F3920;
}
</style>