Shades of New Amber #6F4027
Tints of New Amber #6F4027
RGB
CMYK
RGB Variations
Color information
#6F4027 (or 0x6F4027) is known color: New Amber. HEX triplet: 6F, 40 and 27. RGB value is (111,64,39). Sum of RGB (Red+Green+Blue) = 111+64+39=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4027 is #90BFD8. Grayscale: #4B4B4B. Windows color (decimal): -9486297 or 2572399. OLE color: 2572399.
HSL color Cylindrical-coordinate representation of color #6F4027: hue angle of 20.83º 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 #6F4027 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 39 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.56 |
| HSL | 20.83º | 0.48% | 0.29% | - |
| HSV(B) | 20.83º | 0.65% | 0.44% | - |
| XYZ | 8.76 | 7.19 | 2.85 | - |
| YUV | 75.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 39 | 0 | 0.42 | 0.65 | 0.56 | 20.83 | 0.48 | 0.29 |
| Hex | 6F | 40 | 27 | 0 | 2A | 41 | 38 | 15 | 30 | 1D |
| Octal | 157 | 100 | 47 | 0 | 52 | 101 | 70 | 25 | 60 | 35 |
| Binary | 1101111 | 1000000 | 100111 | 0 | 101010 | 1000001 | 111000 | 10101 | 110000 | 11101 |
Color Harmonies of #6F4027
Complementary color
Monochromatic Colors of #6F4027
Black with #6F4027
Text Example
Text Example
White with #6F4027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4027; }
p { color: rgb(111,64,39); }
H1.HeaderClassName
{
color: #6F4027;
}
.AnyTagClassName
{
color: #6F4027;
}
</style>
background-color css
<style>
a { background-color: #6F4027; }
a { background-color: rgb(111,64,39); }
div.DivClassName
{
background-color: #6F4027;
}
.BgClassName
{
background-color: #6F4027;
}
</style>
border-color css
<style>
span { border-color: #6F4027; }
span { border-color: rgb(111,64,39); }
td.TdClassName
{
border-color: #6F4027;
}
.TagClassName
{
border-color: #6F4027;
}
</style>