Shades of New Amber #693D2C
Tints of New Amber #693D2C
RGB
CMYK
RGB Variations
Color information
#693D2C (or 0x693D2C) is known color: New Amber. HEX triplet: 69, 3D and 2C. RGB value is (105,61,44). Sum of RGB (Red+Green+Blue) = 105+61+44=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #693D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D2C is #96C2D3. Grayscale: #484848. Windows color (decimal): -9880276 or 2899305. OLE color: 2899305.
HSL color Cylindrical-coordinate representation of color #693D2C: hue angle of 16.72º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #693D2C is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 61 | 44 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.59 |
| HSL | 16.72º | 0.41% | 0.29% | - |
| HSV(B) | 16.72º | 0.58% | 0.41% | - |
| XYZ | 7.95 | 6.52 | 3.22 | - |
| YUV | 72.22 | 112.08 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 44 | 0 | 0.42 | 0.58 | 0.59 | 16.72 | 0.41 | 0.29 |
| Hex | 69 | 3D | 2C | 0 | 2A | 3A | 3B | 11 | 29 | 1D |
| Octal | 151 | 75 | 54 | 0 | 52 | 72 | 73 | 21 | 51 | 35 |
| Binary | 1101001 | 111101 | 101100 | 0 | 101010 | 111010 | 111011 | 10001 | 101001 | 11101 |
Color Harmonies of #693D2C
Complementary color
Monochromatic Colors of #693D2C
Black with #693D2C
Text Example
Text Example
White with #693D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D2C; }
p { color: rgb(105,61,44); }
H1.HeaderClassName
{
color: #693D2C;
}
.AnyTagClassName
{
color: #693D2C;
}
</style>
background-color css
<style>
a { background-color: #693D2C; }
a { background-color: rgb(105,61,44); }
div.DivClassName
{
background-color: #693D2C;
}
.BgClassName
{
background-color: #693D2C;
}
</style>
border-color css
<style>
span { border-color: #693D2C; }
span { border-color: rgb(105,61,44); }
td.TdClassName
{
border-color: #693D2C;
}
.TagClassName
{
border-color: #693D2C;
}
</style>