Shades of New Amber #693C28
Tints of New Amber #693C28
RGB
CMYK
RGB Variations
Color information
#693C28 (or 0x693C28) is known color: New Amber. HEX triplet: 69, 3C and 28. RGB value is (105,60,40). Sum of RGB (Red+Green+Blue) = 105+60+40=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #693C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C28 is #96C3D7. Grayscale: #474747. Windows color (decimal): -9880536 or 2636905. OLE color: 2636905.
HSL color Cylindrical-coordinate representation of color #693C28: hue angle of 18.46º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #693C28 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 60 | 40 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.59 |
| HSL | 18.46º | 0.45% | 0.28% | - |
| HSV(B) | 18.46º | 0.62% | 0.41% | - |
| XYZ | 7.82 | 6.39 | 2.83 | - |
| YUV | 71.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 40 | 0 | 0.43 | 0.62 | 0.59 | 18.46 | 0.45 | 0.28 |
| Hex | 69 | 3C | 28 | 0 | 2B | 3E | 3B | 12 | 2D | 1C |
| Octal | 151 | 74 | 50 | 0 | 53 | 76 | 73 | 22 | 55 | 34 |
| Binary | 1101001 | 111100 | 101000 | 0 | 101011 | 111110 | 111011 | 10010 | 101101 | 11100 |
Color Harmonies of #693C28
Complementary color
Monochromatic Colors of #693C28
Black with #693C28
Text Example
Text Example
White with #693C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C28; }
p { color: rgb(105,60,40); }
H1.HeaderClassName
{
color: #693C28;
}
.AnyTagClassName
{
color: #693C28;
}
</style>
background-color css
<style>
a { background-color: #693C28; }
a { background-color: rgb(105,60,40); }
div.DivClassName
{
background-color: #693C28;
}
.BgClassName
{
background-color: #693C28;
}
</style>
border-color css
<style>
span { border-color: #693C28; }
span { border-color: rgb(105,60,40); }
td.TdClassName
{
border-color: #693C28;
}
.TagClassName
{
border-color: #693C28;
}
</style>