Shades of New Amber #67381F
Tints of New Amber #67381F
RGB
CMYK
RGB Variations
Color information
#67381F (or 0x67381F) is known color: New Amber. HEX triplet: 67, 38 and 1F. RGB value is (103,56,31). Sum of RGB (Red+Green+Blue) = 103+56+31=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #67381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67381F is #98C7E0. Grayscale: #434343. Windows color (decimal): -10012641 or 2046055. OLE color: 2046055.
HSL color Cylindrical-coordinate representation of color #67381F: hue angle of 20.83º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67381F is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 56 | 31 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.60 |
| HSL | 20.83º | 0.54% | 0.26% | - |
| HSV(B) | 20.83º | 0.7% | 0.4% | - |
| XYZ | 7.26 | 5.81 | 2.04 | - |
| YUV | 67.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 31 | 0 | 0.46 | 0.70 | 0.60 | 20.83 | 0.54 | 0.26 |
| Hex | 67 | 38 | 1F | 0 | 2E | 46 | 3C | 15 | 36 | 1A |
| Octal | 147 | 70 | 37 | 0 | 56 | 106 | 74 | 25 | 66 | 32 |
| Binary | 1100111 | 111000 | 11111 | 0 | 101110 | 1000110 | 111100 | 10101 | 110110 | 11010 |
Color Harmonies of #67381F
Complementary color
Monochromatic Colors of #67381F
Black with #67381F
Text Example
Text Example
White with #67381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67381F; }
p { color: rgb(103,56,31); }
H1.HeaderClassName
{
color: #67381F;
}
.AnyTagClassName
{
color: #67381F;
}
</style>
background-color css
<style>
a { background-color: #67381F; }
a { background-color: rgb(103,56,31); }
div.DivClassName
{
background-color: #67381F;
}
.BgClassName
{
background-color: #67381F;
}
</style>
border-color css
<style>
span { border-color: #67381F; }
span { border-color: rgb(103,56,31); }
td.TdClassName
{
border-color: #67381F;
}
.TagClassName
{
border-color: #67381F;
}
</style>