Shades of New Amber #693721
Tints of New Amber #693721
RGB
CMYK
RGB Variations
Color information
#693721 (or 0x693721) is known color: New Amber. HEX triplet: 69, 37 and 21. RGB value is (105,55,33). Sum of RGB (Red+Green+Blue) = 105+55+33=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #693721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693721 is #96C8DE. Grayscale: #434343. Windows color (decimal): -9881823 or 2176873. OLE color: 2176873.
HSL color Cylindrical-coordinate representation of color #693721: hue angle of 18.33º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #693721 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 55 | 33 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.59 |
| HSL | 18.33º | 0.52% | 0.27% | - |
| HSV(B) | 18.33º | 0.69% | 0.41% | - |
| XYZ | 7.47 | 5.85 | 2.17 | - |
| YUV | 67.44 | 108.57 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 33 | 0 | 0.48 | 0.69 | 0.59 | 18.33 | 0.52 | 0.27 |
| Hex | 69 | 37 | 21 | 0 | 30 | 45 | 3B | 12 | 34 | 1B |
| Octal | 151 | 67 | 41 | 0 | 60 | 105 | 73 | 22 | 64 | 33 |
| Binary | 1101001 | 110111 | 100001 | 0 | 110000 | 1000101 | 111011 | 10010 | 110100 | 11011 |
Color Harmonies of #693721
Complementary color
Monochromatic Colors of #693721
Black with #693721
Text Example
Text Example
White with #693721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693721; }
p { color: rgb(105,55,33); }
H1.HeaderClassName
{
color: #693721;
}
.AnyTagClassName
{
color: #693721;
}
</style>
background-color css
<style>
a { background-color: #693721; }
a { background-color: rgb(105,55,33); }
div.DivClassName
{
background-color: #693721;
}
.BgClassName
{
background-color: #693721;
}
</style>
border-color css
<style>
span { border-color: #693721; }
span { border-color: rgb(105,55,33); }
td.TdClassName
{
border-color: #693721;
}
.TagClassName
{
border-color: #693721;
}
</style>