Shades of New Amber #6F3F26
Tints of New Amber #6F3F26
RGB
CMYK
RGB Variations
Color information
#6F3F26 (or 0x6F3F26) is known color: New Amber. HEX triplet: 6F, 3F and 26. RGB value is (111,63,38). Sum of RGB (Red+Green+Blue) = 111+63+38=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3F26 is #90C0D9. Grayscale: #4A4A4A. Windows color (decimal): -9486554 or 2506607. OLE color: 2506607.
HSL color Cylindrical-coordinate representation of color #6F3F26: hue angle of 20.55º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F3F26 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 63 | 38 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.56 |
| HSL | 20.55º | 0.49% | 0.29% | - |
| HSV(B) | 20.55º | 0.66% | 0.44% | - |
| XYZ | 8.68 | 7.07 | 2.74 | - |
| YUV | 74.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 63 | 38 | 0 | 0.43 | 0.66 | 0.56 | 20.55 | 0.49 | 0.29 |
| Hex | 6F | 3F | 26 | 0 | 2B | 42 | 38 | 15 | 31 | 1D |
| Octal | 157 | 77 | 46 | 0 | 53 | 102 | 70 | 25 | 61 | 35 |
| Binary | 1101111 | 111111 | 100110 | 0 | 101011 | 1000010 | 111000 | 10101 | 110001 | 11101 |
Color Harmonies of #6F3F26
Complementary color
Monochromatic Colors of #6F3F26
Black with #6F3F26
Text Example
Text Example
White with #6F3F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3F26; }
p { color: rgb(111,63,38); }
H1.HeaderClassName
{
color: #6F3F26;
}
.AnyTagClassName
{
color: #6F3F26;
}
</style>
background-color css
<style>
a { background-color: #6F3F26; }
a { background-color: rgb(111,63,38); }
div.DivClassName
{
background-color: #6F3F26;
}
.BgClassName
{
background-color: #6F3F26;
}
</style>
border-color css
<style>
span { border-color: #6F3F26; }
span { border-color: rgb(111,63,38); }
td.TdClassName
{
border-color: #6F3F26;
}
.TagClassName
{
border-color: #6F3F26;
}
</style>