Shades of New Amber #69371C
Tints of New Amber #69371C
RGB
CMYK
RGB Variations
Color information
#69371C (or 0x69371C) is known color: New Amber. HEX triplet: 69, 37 and 1C. RGB value is (105,55,28). Sum of RGB (Red+Green+Blue) = 105+55+28=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #69371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69371C is #96C8E3. Grayscale: #434343. Windows color (decimal): -9881828 or 1849193. OLE color: 1849193.
HSL color Cylindrical-coordinate representation of color #69371C: hue angle of 21.04º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69371C is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 55 | 28 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.59 |
| HSL | 21.04º | 0.58% | 0.26% | - |
| HSV(B) | 21.04º | 0.73% | 0.41% | - |
| XYZ | 7.4 | 5.82 | 1.83 | - |
| YUV | 66.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 28 | 0 | 0.48 | 0.73 | 0.59 | 21.04 | 0.58 | 0.26 |
| Hex | 69 | 37 | 1C | 0 | 30 | 49 | 3B | 15 | 3A | 1A |
| Octal | 151 | 67 | 34 | 0 | 60 | 111 | 73 | 25 | 72 | 32 |
| Binary | 1101001 | 110111 | 11100 | 0 | 110000 | 1001001 | 111011 | 10101 | 111010 | 11010 |
Color Harmonies of #69371C
Complementary color
Monochromatic Colors of #69371C
Black with #69371C
Text Example
Text Example
White with #69371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69371C; }
p { color: rgb(105,55,28); }
H1.HeaderClassName
{
color: #69371C;
}
.AnyTagClassName
{
color: #69371C;
}
</style>
background-color css
<style>
a { background-color: #69371C; }
a { background-color: rgb(105,55,28); }
div.DivClassName
{
background-color: #69371C;
}
.BgClassName
{
background-color: #69371C;
}
</style>
border-color css
<style>
span { border-color: #69371C; }
span { border-color: rgb(105,55,28); }
td.TdClassName
{
border-color: #69371C;
}
.TagClassName
{
border-color: #69371C;
}
</style>