Shades of New Amber #693C2C
Tints of New Amber #693C2C
RGB
CMYK
RGB Variations
Color information
#693C2C (or 0x693C2C) is known color: New Amber. HEX triplet: 69, 3C and 2C. RGB value is (105,60,44). Sum of RGB (Red+Green+Blue) = 105+60+44=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #693C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C2C is #96C3D3. Grayscale: #474747. Windows color (decimal): -9880532 or 2899049. OLE color: 2899049.
HSL color Cylindrical-coordinate representation of color #693C2C: hue angle of 15.74º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #693C2C is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 60 | 44 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.59 |
| HSL | 15.74º | 0.41% | 0.29% | - |
| HSV(B) | 15.74º | 0.58% | 0.41% | - |
| XYZ | 7.9 | 6.42 | 3.21 | - |
| YUV | 71.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 44 | 0 | 0.43 | 0.58 | 0.59 | 15.74 | 0.41 | 0.29 |
| Hex | 69 | 3C | 2C | 0 | 2B | 3A | 3B | 10 | 29 | 1D |
| Octal | 151 | 74 | 54 | 0 | 53 | 72 | 73 | 20 | 51 | 35 |
| Binary | 1101001 | 111100 | 101100 | 0 | 101011 | 111010 | 111011 | 10000 | 101001 | 11101 |
Color Harmonies of #693C2C
Complementary color
Monochromatic Colors of #693C2C
Black with #693C2C
Text Example
Text Example
White with #693C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C2C; }
p { color: rgb(105,60,44); }
H1.HeaderClassName
{
color: #693C2C;
}
.AnyTagClassName
{
color: #693C2C;
}
</style>
background-color css
<style>
a { background-color: #693C2C; }
a { background-color: rgb(105,60,44); }
div.DivClassName
{
background-color: #693C2C;
}
.BgClassName
{
background-color: #693C2C;
}
</style>
border-color css
<style>
span { border-color: #693C2C; }
span { border-color: rgb(105,60,44); }
td.TdClassName
{
border-color: #693C2C;
}
.TagClassName
{
border-color: #693C2C;
}
</style>