Shades of New Amber #693722
Tints of New Amber #693722
RGB
CMYK
RGB Variations
Color information
#693722 (or 0x693722) is known color: New Amber. HEX triplet: 69, 37 and 22. RGB value is (105,55,34). Sum of RGB (Red+Green+Blue) = 105+55+34=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #693722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693722 is #96C8DD. Grayscale: #434343. Windows color (decimal): -9881822 or 2242409. OLE color: 2242409.
HSL color Cylindrical-coordinate representation of color #693722: hue angle of 17.75º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #693722 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 55 | 34 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.59 |
| HSL | 17.75º | 0.51% | 0.27% | - |
| HSV(B) | 17.75º | 0.68% | 0.41% | - |
| XYZ | 7.48 | 5.85 | 2.25 | - |
| YUV | 67.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 34 | 0 | 0.48 | 0.68 | 0.59 | 17.75 | 0.51 | 0.27 |
| Hex | 69 | 37 | 22 | 0 | 30 | 44 | 3B | 12 | 33 | 1B |
| Octal | 151 | 67 | 42 | 0 | 60 | 104 | 73 | 22 | 63 | 33 |
| Binary | 1101001 | 110111 | 100010 | 0 | 110000 | 1000100 | 111011 | 10010 | 110011 | 11011 |
Color Harmonies of #693722
Complementary color
Monochromatic Colors of #693722
Black with #693722
Text Example
Text Example
White with #693722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693722; }
p { color: rgb(105,55,34); }
H1.HeaderClassName
{
color: #693722;
}
.AnyTagClassName
{
color: #693722;
}
</style>
background-color css
<style>
a { background-color: #693722; }
a { background-color: rgb(105,55,34); }
div.DivClassName
{
background-color: #693722;
}
.BgClassName
{
background-color: #693722;
}
</style>
border-color css
<style>
span { border-color: #693722; }
span { border-color: rgb(105,55,34); }
td.TdClassName
{
border-color: #693722;
}
.TagClassName
{
border-color: #693722;
}
</style>