Shades of New Amber #69351B
Tints of New Amber #69351B
RGB
CMYK
RGB Variations
Color information
#69351B (or 0x69351B) is known color: New Amber. HEX triplet: 69, 35 and 1B. RGB value is (105,53,27). Sum of RGB (Red+Green+Blue) = 105+53+27=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #69351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69351B is #96CAE4. Grayscale: #414141. Windows color (decimal): -9882341 or 1783145. OLE color: 1783145.
HSL color Cylindrical-coordinate representation of color #69351B: hue angle of 20º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69351B is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 53 | 27 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.59 |
| HSL | 20º | 0.59% | 0.26% | - |
| HSV(B) | 20º | 0.74% | 0.41% | - |
| XYZ | 7.3 | 5.63 | 1.74 | - |
| YUV | 65.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 27 | 0 | 0.50 | 0.74 | 0.59 | 20 | 0.59 | 0.26 |
| Hex | 69 | 35 | 1B | 0 | 32 | 4A | 3B | 14 | 3B | 1A |
| Octal | 151 | 65 | 33 | 0 | 62 | 112 | 73 | 24 | 73 | 32 |
| Binary | 1101001 | 110101 | 11011 | 0 | 110010 | 1001010 | 111011 | 10100 | 111011 | 11010 |
Color Harmonies of #69351B
Complementary color
Monochromatic Colors of #69351B
Black with #69351B
Text Example
Text Example
White with #69351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69351B; }
p { color: rgb(105,53,27); }
H1.HeaderClassName
{
color: #69351B;
}
.AnyTagClassName
{
color: #69351B;
}
</style>
background-color css
<style>
a { background-color: #69351B; }
a { background-color: rgb(105,53,27); }
div.DivClassName
{
background-color: #69351B;
}
.BgClassName
{
background-color: #69351B;
}
</style>
border-color css
<style>
span { border-color: #69351B; }
span { border-color: rgb(105,53,27); }
td.TdClassName
{
border-color: #69351B;
}
.TagClassName
{
border-color: #69351B;
}
</style>