Shades of New Amber #6B381D
Tints of New Amber #6B381D
RGB
CMYK
RGB Variations
Color information
#6B381D (or 0x6B381D) is known color: New Amber. HEX triplet: 6B, 38 and 1D. RGB value is (107,56,29). Sum of RGB (Red+Green+Blue) = 107+56+29=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B381D is #94C7E2. Grayscale: #444444. Windows color (decimal): -9750499 or 1914987. OLE color: 1914987.
HSL color Cylindrical-coordinate representation of color #6B381D: hue angle of 20.77º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B381D is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 56 | 29 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.58 |
| HSL | 20.77º | 0.57% | 0.27% | - |
| HSV(B) | 20.77º | 0.73% | 0.42% | - |
| XYZ | 7.7 | 6.04 | 1.92 | - |
| YUV | 68.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 56 | 29 | 0 | 0.48 | 0.73 | 0.58 | 20.77 | 0.57 | 0.27 |
| Hex | 6B | 38 | 1D | 0 | 30 | 49 | 3A | 15 | 39 | 1B |
| Octal | 153 | 70 | 35 | 0 | 60 | 111 | 72 | 25 | 71 | 33 |
| Binary | 1101011 | 111000 | 11101 | 0 | 110000 | 1001001 | 111010 | 10101 | 111001 | 11011 |
Color Harmonies of #6B381D
Complementary color
Monochromatic Colors of #6B381D
Black with #6B381D
Text Example
Text Example
White with #6B381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B381D; }
p { color: rgb(107,56,29); }
H1.HeaderClassName
{
color: #6B381D;
}
.AnyTagClassName
{
color: #6B381D;
}
</style>
background-color css
<style>
a { background-color: #6B381D; }
a { background-color: rgb(107,56,29); }
div.DivClassName
{
background-color: #6B381D;
}
.BgClassName
{
background-color: #6B381D;
}
</style>
border-color css
<style>
span { border-color: #6B381D; }
span { border-color: rgb(107,56,29); }
td.TdClassName
{
border-color: #6B381D;
}
.TagClassName
{
border-color: #6B381D;
}
</style>