Shades of New Amber #693A21
Tints of New Amber #693A21
RGB
CMYK
RGB Variations
Color information
#693A21 (or 0x693A21) is known color: New Amber. HEX triplet: 69, 3A and 21. RGB value is (105,58,33). Sum of RGB (Red+Green+Blue) = 105+58+33=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #693A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A21 is #96C5DE. Grayscale: #454545. Windows color (decimal): -9881055 or 2177641. OLE color: 2177641.
HSL color Cylindrical-coordinate representation of color #693A21: hue angle of 20.83º 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 #693A21 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 33 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.59 |
| HSL | 20.83º | 0.52% | 0.27% | - |
| HSV(B) | 20.83º | 0.69% | 0.41% | - |
| XYZ | 7.61 | 6.14 | 2.22 | - |
| YUV | 69.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 33 | 0 | 0.45 | 0.69 | 0.59 | 20.83 | 0.52 | 0.27 |
| Hex | 69 | 3A | 21 | 0 | 2D | 45 | 3B | 15 | 34 | 1B |
| Octal | 151 | 72 | 41 | 0 | 55 | 105 | 73 | 25 | 64 | 33 |
| Binary | 1101001 | 111010 | 100001 | 0 | 101101 | 1000101 | 111011 | 10101 | 110100 | 11011 |
Color Harmonies of #693A21
Complementary color
Monochromatic Colors of #693A21
Black with #693A21
Text Example
Text Example
White with #693A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A21; }
p { color: rgb(105,58,33); }
H1.HeaderClassName
{
color: #693A21;
}
.AnyTagClassName
{
color: #693A21;
}
</style>
background-color css
<style>
a { background-color: #693A21; }
a { background-color: rgb(105,58,33); }
div.DivClassName
{
background-color: #693A21;
}
.BgClassName
{
background-color: #693A21;
}
</style>
border-color css
<style>
span { border-color: #693A21; }
span { border-color: rgb(105,58,33); }
td.TdClassName
{
border-color: #693A21;
}
.TagClassName
{
border-color: #693A21;
}
</style>