Shades of New Amber #6F3C25
Tints of New Amber #6F3C25
RGB
CMYK
RGB Variations
Color information
#6F3C25 (or 0x6F3C25) is known color: New Amber. HEX triplet: 6F, 3C and 25. RGB value is (111,60,37). Sum of RGB (Red+Green+Blue) = 111+60+37=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C25 is #90C3DA. Grayscale: #484848. Windows color (decimal): -9487323 or 2440303. OLE color: 2440303.
HSL color Cylindrical-coordinate representation of color #6F3C25: hue angle of 18.65º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F3C25 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 60 | 37 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.56 |
| HSL | 18.65º | 0.5% | 0.29% | - |
| HSV(B) | 18.65º | 0.67% | 0.44% | - |
| XYZ | 8.51 | 6.74 | 2.6 | - |
| YUV | 72.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 37 | 0 | 0.46 | 0.67 | 0.56 | 18.65 | 0.5 | 0.29 |
| Hex | 6F | 3C | 25 | 0 | 2E | 43 | 38 | 13 | 32 | 1D |
| Octal | 157 | 74 | 45 | 0 | 56 | 103 | 70 | 23 | 62 | 35 |
| Binary | 1101111 | 111100 | 100101 | 0 | 101110 | 1000011 | 111000 | 10011 | 110010 | 11101 |
Color Harmonies of #6F3C25
Complementary color
Monochromatic Colors of #6F3C25
Black with #6F3C25
Text Example
Text Example
White with #6F3C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3C25; }
p { color: rgb(111,60,37); }
H1.HeaderClassName
{
color: #6F3C25;
}
.AnyTagClassName
{
color: #6F3C25;
}
</style>
background-color css
<style>
a { background-color: #6F3C25; }
a { background-color: rgb(111,60,37); }
div.DivClassName
{
background-color: #6F3C25;
}
.BgClassName
{
background-color: #6F3C25;
}
</style>
border-color css
<style>
span { border-color: #6F3C25; }
span { border-color: rgb(111,60,37); }
td.TdClassName
{
border-color: #6F3C25;
}
.TagClassName
{
border-color: #6F3C25;
}
</style>