Shades of New Amber #6F3C22
Tints of New Amber #6F3C22
RGB
CMYK
RGB Variations
Color information
#6F3C22 (or 0x6F3C22) is known color: New Amber. HEX triplet: 6F, 3C and 22. RGB value is (111,60,34). Sum of RGB (Red+Green+Blue) = 111+60+34=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C22 is #90C3DD. Grayscale: #484848. Windows color (decimal): -9487326 or 2243695. OLE color: 2243695.
HSL color Cylindrical-coordinate representation of color #6F3C22: hue angle of 20.26º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F3C22 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 60 | 34 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.56 |
| HSL | 20.26º | 0.53% | 0.28% | - |
| HSV(B) | 20.26º | 0.69% | 0.44% | - |
| XYZ | 8.46 | 6.73 | 2.37 | - |
| YUV | 72.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 34 | 0 | 0.46 | 0.69 | 0.56 | 20.26 | 0.53 | 0.28 |
| Hex | 6F | 3C | 22 | 0 | 2E | 45 | 38 | 14 | 35 | 1C |
| Octal | 157 | 74 | 42 | 0 | 56 | 105 | 70 | 24 | 65 | 34 |
| Binary | 1101111 | 111100 | 100010 | 0 | 101110 | 1000101 | 111000 | 10100 | 110101 | 11100 |
Color Harmonies of #6F3C22
Complementary color
Monochromatic Colors of #6F3C22
Black with #6F3C22
Text Example
Text Example
White with #6F3C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3C22; }
p { color: rgb(111,60,34); }
H1.HeaderClassName
{
color: #6F3C22;
}
.AnyTagClassName
{
color: #6F3C22;
}
</style>
background-color css
<style>
a { background-color: #6F3C22; }
a { background-color: rgb(111,60,34); }
div.DivClassName
{
background-color: #6F3C22;
}
.BgClassName
{
background-color: #6F3C22;
}
</style>
border-color css
<style>
span { border-color: #6F3C22; }
span { border-color: rgb(111,60,34); }
td.TdClassName
{
border-color: #6F3C22;
}
.TagClassName
{
border-color: #6F3C22;
}
</style>