Shades of New Amber #693C20
Tints of New Amber #693C20
RGB
CMYK
RGB Variations
Color information
#693C20 (or 0x693C20) is known color: New Amber. HEX triplet: 69, 3C and 20. RGB value is (105,60,32). Sum of RGB (Red+Green+Blue) = 105+60+32=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #693C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C20 is #96C3DF. Grayscale: #464646. Windows color (decimal): -9880544 or 2112617. OLE color: 2112617.
HSL color Cylindrical-coordinate representation of color #693C20: hue angle of 23.01º 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 #693C20 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 60 | 32 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.59 |
| HSL | 23.01º | 0.53% | 0.27% | - |
| HSV(B) | 23.01º | 0.7% | 0.41% | - |
| XYZ | 7.7 | 6.34 | 2.18 | - |
| YUV | 70.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 32 | 0 | 0.43 | 0.70 | 0.59 | 23.01 | 0.53 | 0.27 |
| Hex | 69 | 3C | 20 | 0 | 2B | 46 | 3B | 17 | 35 | 1B |
| Octal | 151 | 74 | 40 | 0 | 53 | 106 | 73 | 27 | 65 | 33 |
| Binary | 1101001 | 111100 | 100000 | 0 | 101011 | 1000110 | 111011 | 10111 | 110101 | 11011 |
Color Harmonies of #693C20
Complementary color
Monochromatic Colors of #693C20
Black with #693C20
Text Example
Text Example
White with #693C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C20; }
p { color: rgb(105,60,32); }
H1.HeaderClassName
{
color: #693C20;
}
.AnyTagClassName
{
color: #693C20;
}
</style>
background-color css
<style>
a { background-color: #693C20; }
a { background-color: rgb(105,60,32); }
div.DivClassName
{
background-color: #693C20;
}
.BgClassName
{
background-color: #693C20;
}
</style>
border-color css
<style>
span { border-color: #693C20; }
span { border-color: rgb(105,60,32); }
td.TdClassName
{
border-color: #693C20;
}
.TagClassName
{
border-color: #693C20;
}
</style>