Shades of New Amber #693D2B
Tints of New Amber #693D2B
RGB
CMYK
RGB Variations
Color information
#693D2B (or 0x693D2B) is known color: New Amber. HEX triplet: 69, 3D and 2B. RGB value is (105,61,43). Sum of RGB (Red+Green+Blue) = 105+61+43=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #693D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D2B is #96C2D4. Grayscale: #484848. Windows color (decimal): -9880277 or 2833769. OLE color: 2833769.
HSL color Cylindrical-coordinate representation of color #693D2B: hue angle of 17.42º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #693D2B is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 61 | 43 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.59 |
| HSL | 17.42º | 0.42% | 0.29% | - |
| HSV(B) | 17.42º | 0.59% | 0.41% | - |
| XYZ | 7.93 | 6.52 | 3.13 | - |
| YUV | 72.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 43 | 0 | 0.42 | 0.59 | 0.59 | 17.42 | 0.42 | 0.29 |
| Hex | 69 | 3D | 2B | 0 | 2A | 3B | 3B | 11 | 2A | 1D |
| Octal | 151 | 75 | 53 | 0 | 52 | 73 | 73 | 21 | 52 | 35 |
| Binary | 1101001 | 111101 | 101011 | 0 | 101010 | 111011 | 111011 | 10001 | 101010 | 11101 |
Color Harmonies of #693D2B
Complementary color
Monochromatic Colors of #693D2B
Black with #693D2B
Text Example
Text Example
White with #693D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D2B; }
p { color: rgb(105,61,43); }
H1.HeaderClassName
{
color: #693D2B;
}
.AnyTagClassName
{
color: #693D2B;
}
</style>
background-color css
<style>
a { background-color: #693D2B; }
a { background-color: rgb(105,61,43); }
div.DivClassName
{
background-color: #693D2B;
}
.BgClassName
{
background-color: #693D2B;
}
</style>
border-color css
<style>
span { border-color: #693D2B; }
span { border-color: rgb(105,61,43); }
td.TdClassName
{
border-color: #693D2B;
}
.TagClassName
{
border-color: #693D2B;
}
</style>