Shades of New Amber #6F341F
Tints of New Amber #6F341F
RGB
CMYK
RGB Variations
Color information
#6F341F (or 0x6F341F) is known color: New Amber. HEX triplet: 6F, 34 and 1F. RGB value is (111,52,31). Sum of RGB (Red+Green+Blue) = 111+52+31=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F341F is #90CBE0. Grayscale: #434343. Windows color (decimal): -9489377 or 2045039. OLE color: 2045039.
HSL color Cylindrical-coordinate representation of color #6F341F: hue angle of 15.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 #6F341F is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 31 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.56 |
| HSL | 15.75º | 0.56% | 0.28% | - |
| HSV(B) | 15.75º | 0.72% | 0.44% | - |
| XYZ | 8.03 | 5.93 | 2.02 | - |
| YUV | 67.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 31 | 0 | 0.53 | 0.72 | 0.56 | 15.75 | 0.56 | 0.28 |
| Hex | 6F | 34 | 1F | 0 | 35 | 48 | 38 | 10 | 38 | 1C |
| Octal | 157 | 64 | 37 | 0 | 65 | 110 | 70 | 20 | 70 | 34 |
| Binary | 1101111 | 110100 | 11111 | 0 | 110101 | 1001000 | 111000 | 10000 | 111000 | 11100 |
Color Harmonies of #6F341F
Complementary color
Monochromatic Colors of #6F341F
Black with #6F341F
Text Example
Text Example
White with #6F341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F341F; }
p { color: rgb(111,52,31); }
H1.HeaderClassName
{
color: #6F341F;
}
.AnyTagClassName
{
color: #6F341F;
}
</style>
background-color css
<style>
a { background-color: #6F341F; }
a { background-color: rgb(111,52,31); }
div.DivClassName
{
background-color: #6F341F;
}
.BgClassName
{
background-color: #6F341F;
}
</style>
border-color css
<style>
span { border-color: #6F341F; }
span { border-color: rgb(111,52,31); }
td.TdClassName
{
border-color: #6F341F;
}
.TagClassName
{
border-color: #6F341F;
}
</style>