Shades of New Amber #693720
Tints of New Amber #693720
RGB
CMYK
RGB Variations
Color information
#693720 (or 0x693720) is known color: New Amber. HEX triplet: 69, 37 and 20. RGB value is (105,55,32). Sum of RGB (Red+Green+Blue) = 105+55+32=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #693720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693720 is #96C8DF. Grayscale: #434343. Windows color (decimal): -9881824 or 2111337. OLE color: 2111337.
HSL color Cylindrical-coordinate representation of color #693720: hue angle of 18.9º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #693720 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 55 | 32 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.59 |
| HSL | 18.9º | 0.53% | 0.27% | - |
| HSV(B) | 18.9º | 0.7% | 0.41% | - |
| XYZ | 7.45 | 5.84 | 2.1 | - |
| YUV | 67.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 32 | 0 | 0.48 | 0.70 | 0.59 | 18.9 | 0.53 | 0.27 |
| Hex | 69 | 37 | 20 | 0 | 30 | 46 | 3B | 13 | 35 | 1B |
| Octal | 151 | 67 | 40 | 0 | 60 | 106 | 73 | 23 | 65 | 33 |
| Binary | 1101001 | 110111 | 100000 | 0 | 110000 | 1000110 | 111011 | 10011 | 110101 | 11011 |
Color Harmonies of #693720
Complementary color
Monochromatic Colors of #693720
Black with #693720
Text Example
Text Example
White with #693720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693720; }
p { color: rgb(105,55,32); }
H1.HeaderClassName
{
color: #693720;
}
.AnyTagClassName
{
color: #693720;
}
</style>
background-color css
<style>
a { background-color: #693720; }
a { background-color: rgb(105,55,32); }
div.DivClassName
{
background-color: #693720;
}
.BgClassName
{
background-color: #693720;
}
</style>
border-color css
<style>
span { border-color: #693720; }
span { border-color: rgb(105,55,32); }
td.TdClassName
{
border-color: #693720;
}
.TagClassName
{
border-color: #693720;
}
</style>