Shades of New Amber #6F361F
Tints of New Amber #6F361F
RGB
CMYK
RGB Variations
Color information
#6F361F (or 0x6F361F) is known color: New Amber. HEX triplet: 6F, 36 and 1F. RGB value is (111,54,31). Sum of RGB (Red+Green+Blue) = 111+54+31=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F361F is #90C9E0. Grayscale: #444444. Windows color (decimal): -9488865 or 2045551. OLE color: 2045551.
HSL color Cylindrical-coordinate representation of color #6F361F: hue angle of 17.25º 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 #6F361F is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 54 | 31 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.56 |
| HSL | 17.25º | 0.56% | 0.28% | - |
| HSV(B) | 17.25º | 0.72% | 0.44% | - |
| XYZ | 8.12 | 6.12 | 2.05 | - |
| YUV | 68.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 31 | 0 | 0.51 | 0.72 | 0.56 | 17.25 | 0.56 | 0.28 |
| Hex | 6F | 36 | 1F | 0 | 33 | 48 | 38 | 11 | 38 | 1C |
| Octal | 157 | 66 | 37 | 0 | 63 | 110 | 70 | 21 | 70 | 34 |
| Binary | 1101111 | 110110 | 11111 | 0 | 110011 | 1001000 | 111000 | 10001 | 111000 | 11100 |
Color Harmonies of #6F361F
Complementary color
Monochromatic Colors of #6F361F
Black with #6F361F
Text Example
Text Example
White with #6F361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F361F; }
p { color: rgb(111,54,31); }
H1.HeaderClassName
{
color: #6F361F;
}
.AnyTagClassName
{
color: #6F361F;
}
</style>
background-color css
<style>
a { background-color: #6F361F; }
a { background-color: rgb(111,54,31); }
div.DivClassName
{
background-color: #6F361F;
}
.BgClassName
{
background-color: #6F361F;
}
</style>
border-color css
<style>
span { border-color: #6F361F; }
span { border-color: rgb(111,54,31); }
td.TdClassName
{
border-color: #6F361F;
}
.TagClassName
{
border-color: #6F361F;
}
</style>