Shades of New Amber #6F381E
Tints of New Amber #6F381E
RGB
CMYK
RGB Variations
Color information
#6F381E (or 0x6F381E) is known color: New Amber. HEX triplet: 6F, 38 and 1E. RGB value is (111,56,30). Sum of RGB (Red+Green+Blue) = 111+56+30=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F381E is #90C7E1. Grayscale: #454545. Windows color (decimal): -9488354 or 1980527. OLE color: 1980527.
HSL color Cylindrical-coordinate representation of color #6F381E: hue angle of 19.26º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F381E is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 30 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.56 |
| HSL | 19.26º | 0.57% | 0.28% | - |
| HSV(B) | 19.26º | 0.73% | 0.44% | - |
| XYZ | 8.2 | 6.3 | 2.01 | - |
| YUV | 69.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 30 | 0 | 0.50 | 0.73 | 0.56 | 19.26 | 0.57 | 0.28 |
| Hex | 6F | 38 | 1E | 0 | 32 | 49 | 38 | 13 | 39 | 1C |
| Octal | 157 | 70 | 36 | 0 | 62 | 111 | 70 | 23 | 71 | 34 |
| Binary | 1101111 | 111000 | 11110 | 0 | 110010 | 1001001 | 111000 | 10011 | 111001 | 11100 |
Color Harmonies of #6F381E
Complementary color
Monochromatic Colors of #6F381E
Black with #6F381E
Text Example
Text Example
White with #6F381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F381E; }
p { color: rgb(111,56,30); }
H1.HeaderClassName
{
color: #6F381E;
}
.AnyTagClassName
{
color: #6F381E;
}
</style>
background-color css
<style>
a { background-color: #6F381E; }
a { background-color: rgb(111,56,30); }
div.DivClassName
{
background-color: #6F381E;
}
.BgClassName
{
background-color: #6F381E;
}
</style>
border-color css
<style>
span { border-color: #6F381E; }
span { border-color: rgb(111,56,30); }
td.TdClassName
{
border-color: #6F381E;
}
.TagClassName
{
border-color: #6F381E;
}
</style>