Shades of New Amber #693519
Tints of New Amber #693519
RGB
CMYK
RGB Variations
Color information
#693519 (or 0x693519) is known color: New Amber. HEX triplet: 69, 35 and 19. RGB value is (105,53,25). Sum of RGB (Red+Green+Blue) = 105+53+25=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #693519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693519 is #96CAE6. Grayscale: #414141. Windows color (decimal): -9882343 or 1652073. OLE color: 1652073.
HSL color Cylindrical-coordinate representation of color #693519: hue angle of 21º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #693519 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 53 | 25 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.59 |
| HSL | 21º | 0.62% | 0.25% | - |
| HSV(B) | 21º | 0.76% | 0.41% | - |
| XYZ | 7.27 | 5.62 | 1.62 | - |
| YUV | 65.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 25 | 0 | 0.50 | 0.76 | 0.59 | 21 | 0.62 | 0.25 |
| Hex | 69 | 35 | 19 | 0 | 32 | 4C | 3B | 15 | 3E | 19 |
| Octal | 151 | 65 | 31 | 0 | 62 | 114 | 73 | 25 | 76 | 31 |
| Binary | 1101001 | 110101 | 11001 | 0 | 110010 | 1001100 | 111011 | 10101 | 111110 | 11001 |
Color Harmonies of #693519
Complementary color
Monochromatic Colors of #693519
Black with #693519
Text Example
Text Example
White with #693519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693519; }
p { color: rgb(105,53,25); }
H1.HeaderClassName
{
color: #693519;
}
.AnyTagClassName
{
color: #693519;
}
</style>
background-color css
<style>
a { background-color: #693519; }
a { background-color: rgb(105,53,25); }
div.DivClassName
{
background-color: #693519;
}
.BgClassName
{
background-color: #693519;
}
</style>
border-color css
<style>
span { border-color: #693519; }
span { border-color: rgb(105,53,25); }
td.TdClassName
{
border-color: #693519;
}
.TagClassName
{
border-color: #693519;
}
</style>