Shades of New Amber #6B3E29
Tints of New Amber #6B3E29
RGB
CMYK
RGB Variations
Color information
#6B3E29 (or 0x6B3E29) is known color: New Amber. HEX triplet: 6B, 3E and 29. RGB value is (107,62,41). Sum of RGB (Red+Green+Blue) = 107+62+41=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3E29 is #94C1D6. Grayscale: #494949. Windows color (decimal): -9748951 or 2702955. OLE color: 2702955.
HSL color Cylindrical-coordinate representation of color #6B3E29: hue angle of 19.09º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B3E29 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 62 | 41 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.58 |
| HSL | 19.09º | 0.45% | 0.29% | - |
| HSV(B) | 19.09º | 0.62% | 0.42% | - |
| XYZ | 8.19 | 6.73 | 2.97 | - |
| YUV | 73.06 | 109.91 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 62 | 41 | 0 | 0.42 | 0.62 | 0.58 | 19.09 | 0.45 | 0.29 |
| Hex | 6B | 3E | 29 | 0 | 2A | 3E | 3A | 13 | 2D | 1D |
| Octal | 153 | 76 | 51 | 0 | 52 | 76 | 72 | 23 | 55 | 35 |
| Binary | 1101011 | 111110 | 101001 | 0 | 101010 | 111110 | 111010 | 10011 | 101101 | 11101 |
Color Harmonies of #6B3E29
Complementary color
Monochromatic Colors of #6B3E29
Black with #6B3E29
Text Example
Text Example
White with #6B3E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3E29; }
p { color: rgb(107,62,41); }
H1.HeaderClassName
{
color: #6B3E29;
}
.AnyTagClassName
{
color: #6B3E29;
}
</style>
background-color css
<style>
a { background-color: #6B3E29; }
a { background-color: rgb(107,62,41); }
div.DivClassName
{
background-color: #6B3E29;
}
.BgClassName
{
background-color: #6B3E29;
}
</style>
border-color css
<style>
span { border-color: #6B3E29; }
span { border-color: rgb(107,62,41); }
td.TdClassName
{
border-color: #6B3E29;
}
.TagClassName
{
border-color: #6B3E29;
}
</style>