Shades of New Amber #6F3826
Tints of New Amber #6F3826
RGB
CMYK
RGB Variations
Color information
#6F3826 (or 0x6F3826) is known color: New Amber. HEX triplet: 6F, 38 and 26. RGB value is (111,56,38). Sum of RGB (Red+Green+Blue) = 111+56+38=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3826 is #90C7D9. Grayscale: #464646. Windows color (decimal): -9488346 or 2504815. OLE color: 2504815.
HSL color Cylindrical-coordinate representation of color #6F3826: hue angle of 14.79º 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 #6F3826 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 38 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.56 |
| HSL | 14.79º | 0.49% | 0.29% | - |
| HSV(B) | 14.79º | 0.66% | 0.44% | - |
| XYZ | 8.32 | 6.35 | 2.62 | - |
| YUV | 70.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 38 | 0 | 0.50 | 0.66 | 0.56 | 14.79 | 0.49 | 0.29 |
| Hex | 6F | 38 | 26 | 0 | 32 | 42 | 38 | F | 31 | 1D |
| Octal | 157 | 70 | 46 | 0 | 62 | 102 | 70 | 17 | 61 | 35 |
| Binary | 1101111 | 111000 | 100110 | 0 | 110010 | 1000010 | 111000 | 1111 | 110001 | 11101 |
Color Harmonies of #6F3826
Complementary color
Monochromatic Colors of #6F3826
Black with #6F3826
Text Example
Text Example
White with #6F3826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3826; }
p { color: rgb(111,56,38); }
H1.HeaderClassName
{
color: #6F3826;
}
.AnyTagClassName
{
color: #6F3826;
}
</style>
background-color css
<style>
a { background-color: #6F3826; }
a { background-color: rgb(111,56,38); }
div.DivClassName
{
background-color: #6F3826;
}
.BgClassName
{
background-color: #6F3826;
}
</style>
border-color css
<style>
span { border-color: #6F3826; }
span { border-color: rgb(111,56,38); }
td.TdClassName
{
border-color: #6F3826;
}
.TagClassName
{
border-color: #6F3826;
}
</style>