Shades of New Amber #693E2E
Tints of New Amber #693E2E
RGB
CMYK
RGB Variations
Color information
#693E2E (or 0x693E2E) is known color: New Amber. HEX triplet: 69, 3E and 2E. RGB value is (105,62,46). Sum of RGB (Red+Green+Blue) = 105+62+46=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #693E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693E2E is #96C1D1. Grayscale: #494949. Windows color (decimal): -9880018 or 3030633. OLE color: 3030633.
HSL color Cylindrical-coordinate representation of color #693E2E: hue angle of 16.27º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #693E2E is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 62 | 46 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.59 |
| HSL | 16.27º | 0.39% | 0.3% | - |
| HSV(B) | 16.27º | 0.56% | 0.41% | - |
| XYZ | 8.04 | 6.65 | 3.44 | - |
| YUV | 73.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 62 | 46 | 0 | 0.41 | 0.56 | 0.59 | 16.27 | 0.39 | 0.3 |
| Hex | 69 | 3E | 2E | 0 | 29 | 38 | 3B | 10 | 27 | 1E |
| Octal | 151 | 76 | 56 | 0 | 51 | 70 | 73 | 20 | 47 | 36 |
| Binary | 1101001 | 111110 | 101110 | 0 | 101001 | 111000 | 111011 | 10000 | 100111 | 11110 |
Color Harmonies of #693E2E
Complementary color
Monochromatic Colors of #693E2E
Black with #693E2E
Text Example
Text Example
White with #693E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693E2E; }
p { color: rgb(105,62,46); }
H1.HeaderClassName
{
color: #693E2E;
}
.AnyTagClassName
{
color: #693E2E;
}
</style>
background-color css
<style>
a { background-color: #693E2E; }
a { background-color: rgb(105,62,46); }
div.DivClassName
{
background-color: #693E2E;
}
.BgClassName
{
background-color: #693E2E;
}
</style>
border-color css
<style>
span { border-color: #693E2E; }
span { border-color: rgb(105,62,46); }
td.TdClassName
{
border-color: #693E2E;
}
.TagClassName
{
border-color: #693E2E;
}
</style>