Shades of New Amber #693A24
Tints of New Amber #693A24
RGB
CMYK
RGB Variations
Color information
#693A24 (or 0x693A24) is known color: New Amber. HEX triplet: 69, 3A and 24. RGB value is (105,58,36). Sum of RGB (Red+Green+Blue) = 105+58+36=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #693A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A24 is #96C5DB. Grayscale: #454545. Windows color (decimal): -9881052 or 2374249. OLE color: 2374249.
HSL color Cylindrical-coordinate representation of color #693A24: hue angle of 19.13º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693A24 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 36 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.59 |
| HSL | 19.13º | 0.49% | 0.28% | - |
| HSV(B) | 19.13º | 0.66% | 0.41% | - |
| XYZ | 7.66 | 6.16 | 2.45 | - |
| YUV | 69.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 36 | 0 | 0.45 | 0.66 | 0.59 | 19.13 | 0.49 | 0.28 |
| Hex | 69 | 3A | 24 | 0 | 2D | 42 | 3B | 13 | 31 | 1C |
| Octal | 151 | 72 | 44 | 0 | 55 | 102 | 73 | 23 | 61 | 34 |
| Binary | 1101001 | 111010 | 100100 | 0 | 101101 | 1000010 | 111011 | 10011 | 110001 | 11100 |
Color Harmonies of #693A24
Complementary color
Monochromatic Colors of #693A24
Black with #693A24
Text Example
Text Example
White with #693A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A24; }
p { color: rgb(105,58,36); }
H1.HeaderClassName
{
color: #693A24;
}
.AnyTagClassName
{
color: #693A24;
}
</style>
background-color css
<style>
a { background-color: #693A24; }
a { background-color: rgb(105,58,36); }
div.DivClassName
{
background-color: #693A24;
}
.BgClassName
{
background-color: #693A24;
}
</style>
border-color css
<style>
span { border-color: #693A24; }
span { border-color: rgb(105,58,36); }
td.TdClassName
{
border-color: #693A24;
}
.TagClassName
{
border-color: #693A24;
}
</style>