Shades of New Amber #67351B
Tints of New Amber #67351B
RGB
CMYK
RGB Variations
Color information
#67351B (or 0x67351B) is known color: New Amber. HEX triplet: 67, 35 and 1B. RGB value is (103,53,27). Sum of RGB (Red+Green+Blue) = 103+53+27=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #67351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67351B is #98CAE4. Grayscale: #414141. Windows color (decimal): -10013413 or 1783143. OLE color: 1783143.
HSL color Cylindrical-coordinate representation of color #67351B: hue angle of 20.53º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67351B is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 53 | 27 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.60 |
| HSL | 20.53º | 0.58% | 0.25% | - |
| HSV(B) | 20.53º | 0.74% | 0.4% | - |
| XYZ | 7.06 | 5.51 | 1.73 | - |
| YUV | 64.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 27 | 0 | 0.49 | 0.74 | 0.60 | 20.53 | 0.58 | 0.25 |
| Hex | 67 | 35 | 1B | 0 | 31 | 4A | 3C | 15 | 3A | 19 |
| Octal | 147 | 65 | 33 | 0 | 61 | 112 | 74 | 25 | 72 | 31 |
| Binary | 1100111 | 110101 | 11011 | 0 | 110001 | 1001010 | 111100 | 10101 | 111010 | 11001 |
Color Harmonies of #67351B
Complementary color
Monochromatic Colors of #67351B
Black with #67351B
Text Example
Text Example
White with #67351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67351B; }
p { color: rgb(103,53,27); }
H1.HeaderClassName
{
color: #67351B;
}
.AnyTagClassName
{
color: #67351B;
}
</style>
background-color css
<style>
a { background-color: #67351B; }
a { background-color: rgb(103,53,27); }
div.DivClassName
{
background-color: #67351B;
}
.BgClassName
{
background-color: #67351B;
}
</style>
border-color css
<style>
span { border-color: #67351B; }
span { border-color: rgb(103,53,27); }
td.TdClassName
{
border-color: #67351B;
}
.TagClassName
{
border-color: #67351B;
}
</style>