Shades of New Amber #6F3E27
Tints of New Amber #6F3E27
RGB
CMYK
RGB Variations
Color information
#6F3E27 (or 0x6F3E27) is known color: New Amber. HEX triplet: 6F, 3E and 27. RGB value is (111,62,39). Sum of RGB (Red+Green+Blue) = 111+62+39=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E27 is #90C1D8. Grayscale: #4A4A4A. Windows color (decimal): -9486809 or 2571887. OLE color: 2571887.
HSL color Cylindrical-coordinate representation of color #6F3E27: hue angle of 19.17º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F3E27 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 39 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.56 |
| HSL | 19.17º | 0.48% | 0.29% | - |
| HSV(B) | 19.17º | 0.65% | 0.44% | - |
| XYZ | 8.64 | 6.97 | 2.81 | - |
| YUV | 74.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 39 | 0 | 0.44 | 0.65 | 0.56 | 19.17 | 0.48 | 0.29 |
| Hex | 6F | 3E | 27 | 0 | 2C | 41 | 38 | 13 | 30 | 1D |
| Octal | 157 | 76 | 47 | 0 | 54 | 101 | 70 | 23 | 60 | 35 |
| Binary | 1101111 | 111110 | 100111 | 0 | 101100 | 1000001 | 111000 | 10011 | 110000 | 11101 |
Color Harmonies of #6F3E27
Complementary color
Monochromatic Colors of #6F3E27
Black with #6F3E27
Text Example
Text Example
White with #6F3E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E27; }
p { color: rgb(111,62,39); }
H1.HeaderClassName
{
color: #6F3E27;
}
.AnyTagClassName
{
color: #6F3E27;
}
</style>
background-color css
<style>
a { background-color: #6F3E27; }
a { background-color: rgb(111,62,39); }
div.DivClassName
{
background-color: #6F3E27;
}
.BgClassName
{
background-color: #6F3E27;
}
</style>
border-color css
<style>
span { border-color: #6F3E27; }
span { border-color: rgb(111,62,39); }
td.TdClassName
{
border-color: #6F3E27;
}
.TagClassName
{
border-color: #6F3E27;
}
</style>