Shades of New Amber #693C1F
Tints of New Amber #693C1F
RGB
CMYK
RGB Variations
Color information
#693C1F (or 0x693C1F) is known color: New Amber. HEX triplet: 69, 3C and 1F. RGB value is (105,60,31). Sum of RGB (Red+Green+Blue) = 105+60+31=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #693C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C1F is #96C3E0. Grayscale: #464646. Windows color (decimal): -9880545 or 2047081. OLE color: 2047081.
HSL color Cylindrical-coordinate representation of color #693C1F: hue angle of 23.51º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #693C1F is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 60 | 31 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.59 |
| HSL | 23.51º | 0.54% | 0.27% | - |
| HSV(B) | 23.51º | 0.7% | 0.41% | - |
| XYZ | 7.69 | 6.33 | 2.11 | - |
| YUV | 70.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 31 | 0 | 0.43 | 0.70 | 0.59 | 23.51 | 0.54 | 0.27 |
| Hex | 69 | 3C | 1F | 0 | 2B | 46 | 3B | 18 | 36 | 1B |
| Octal | 151 | 74 | 37 | 0 | 53 | 106 | 73 | 30 | 66 | 33 |
| Binary | 1101001 | 111100 | 11111 | 0 | 101011 | 1000110 | 111011 | 11000 | 110110 | 11011 |
Color Harmonies of #693C1F
Complementary color
Monochromatic Colors of #693C1F
Black with #693C1F
Text Example
Text Example
White with #693C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C1F; }
p { color: rgb(105,60,31); }
H1.HeaderClassName
{
color: #693C1F;
}
.AnyTagClassName
{
color: #693C1F;
}
</style>
background-color css
<style>
a { background-color: #693C1F; }
a { background-color: rgb(105,60,31); }
div.DivClassName
{
background-color: #693C1F;
}
.BgClassName
{
background-color: #693C1F;
}
</style>
border-color css
<style>
span { border-color: #693C1F; }
span { border-color: rgb(105,60,31); }
td.TdClassName
{
border-color: #693C1F;
}
.TagClassName
{
border-color: #693C1F;
}
</style>