Shades of New Amber #6F381F
Tints of New Amber #6F381F
RGB
CMYK
RGB Variations
Color information
#6F381F (or 0x6F381F) is known color: New Amber. HEX triplet: 6F, 38 and 1F. RGB value is (111,56,31). Sum of RGB (Red+Green+Blue) = 111+56+31=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F381F is #90C7E0. Grayscale: #454545. Windows color (decimal): -9488353 or 2046063. OLE color: 2046063.
HSL color Cylindrical-coordinate representation of color #6F381F: hue angle of 18.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F381F is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 31 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.56 |
| HSL | 18.75º | 0.56% | 0.28% | - |
| HSV(B) | 18.75º | 0.72% | 0.44% | - |
| XYZ | 8.22 | 6.31 | 2.08 | - |
| YUV | 69.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 31 | 0 | 0.50 | 0.72 | 0.56 | 18.75 | 0.56 | 0.28 |
| Hex | 6F | 38 | 1F | 0 | 32 | 48 | 38 | 13 | 38 | 1C |
| Octal | 157 | 70 | 37 | 0 | 62 | 110 | 70 | 23 | 70 | 34 |
| Binary | 1101111 | 111000 | 11111 | 0 | 110010 | 1001000 | 111000 | 10011 | 111000 | 11100 |
Color Harmonies of #6F381F
Complementary color
Monochromatic Colors of #6F381F
Black with #6F381F
Text Example
Text Example
White with #6F381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F381F; }
p { color: rgb(111,56,31); }
H1.HeaderClassName
{
color: #6F381F;
}
.AnyTagClassName
{
color: #6F381F;
}
</style>
background-color css
<style>
a { background-color: #6F381F; }
a { background-color: rgb(111,56,31); }
div.DivClassName
{
background-color: #6F381F;
}
.BgClassName
{
background-color: #6F381F;
}
</style>
border-color css
<style>
span { border-color: #6F381F; }
span { border-color: rgb(111,56,31); }
td.TdClassName
{
border-color: #6F381F;
}
.TagClassName
{
border-color: #6F381F;
}
</style>