Shades of New Amber #6F351C
Tints of New Amber #6F351C
RGB
CMYK
RGB Variations
Color information
#6F351C (or 0x6F351C) is known color: New Amber. HEX triplet: 6F, 35 and 1C. RGB value is (111,53,28). Sum of RGB (Red+Green+Blue) = 111+53+28=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F351C is #90CAE3. Grayscale: #434343. Windows color (decimal): -9489124 or 1848687. OLE color: 1848687.
HSL color Cylindrical-coordinate representation of color #6F351C: hue angle of 18.07º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F351C is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 53 | 28 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.56 |
| HSL | 18.07º | 0.6% | 0.27% | - |
| HSV(B) | 18.07º | 0.75% | 0.44% | - |
| XYZ | 8.04 | 6.01 | 1.83 | - |
| YUV | 67.49 | 105.72 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 28 | 0 | 0.52 | 0.75 | 0.56 | 18.07 | 0.6 | 0.27 |
| Hex | 6F | 35 | 1C | 0 | 34 | 4B | 38 | 12 | 3C | 1B |
| Octal | 157 | 65 | 34 | 0 | 64 | 113 | 70 | 22 | 74 | 33 |
| Binary | 1101111 | 110101 | 11100 | 0 | 110100 | 1001011 | 111000 | 10010 | 111100 | 11011 |
Color Harmonies of #6F351C
Complementary color
Monochromatic Colors of #6F351C
Black with #6F351C
Text Example
Text Example
White with #6F351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F351C; }
p { color: rgb(111,53,28); }
H1.HeaderClassName
{
color: #6F351C;
}
.AnyTagClassName
{
color: #6F351C;
}
</style>
background-color css
<style>
a { background-color: #6F351C; }
a { background-color: rgb(111,53,28); }
div.DivClassName
{
background-color: #6F351C;
}
.BgClassName
{
background-color: #6F351C;
}
</style>
border-color css
<style>
span { border-color: #6F351C; }
span { border-color: rgb(111,53,28); }
td.TdClassName
{
border-color: #6F351C;
}
.TagClassName
{
border-color: #6F351C;
}
</style>