Shades of New Amber #693923
Tints of New Amber #693923
RGB
CMYK
RGB Variations
Color information
#693923 (or 0x693923) is known color: New Amber. HEX triplet: 69, 39 and 23. RGB value is (105,57,35). Sum of RGB (Red+Green+Blue) = 105+57+35=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #693923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693923 is #96C6DC. Grayscale: #444444. Windows color (decimal): -9881309 or 2308457. OLE color: 2308457.
HSL color Cylindrical-coordinate representation of color #693923: hue angle of 18.86º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #693923 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 57 | 35 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.59 |
| HSL | 18.86º | 0.5% | 0.27% | - |
| HSV(B) | 18.86º | 0.67% | 0.41% | - |
| XYZ | 7.59 | 6.05 | 2.36 | - |
| YUV | 68.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 35 | 0 | 0.46 | 0.67 | 0.59 | 18.86 | 0.5 | 0.27 |
| Hex | 69 | 39 | 23 | 0 | 2E | 43 | 3B | 13 | 32 | 1B |
| Octal | 151 | 71 | 43 | 0 | 56 | 103 | 73 | 23 | 62 | 33 |
| Binary | 1101001 | 111001 | 100011 | 0 | 101110 | 1000011 | 111011 | 10011 | 110010 | 11011 |
Color Harmonies of #693923
Complementary color
Monochromatic Colors of #693923
Black with #693923
Text Example
Text Example
White with #693923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693923; }
p { color: rgb(105,57,35); }
H1.HeaderClassName
{
color: #693923;
}
.AnyTagClassName
{
color: #693923;
}
</style>
background-color css
<style>
a { background-color: #693923; }
a { background-color: rgb(105,57,35); }
div.DivClassName
{
background-color: #693923;
}
.BgClassName
{
background-color: #693923;
}
</style>
border-color css
<style>
span { border-color: #693923; }
span { border-color: rgb(105,57,35); }
td.TdClassName
{
border-color: #693923;
}
.TagClassName
{
border-color: #693923;
}
</style>