Shades of New Amber #6B351A
Tints of New Amber #6B351A
RGB
CMYK
RGB Variations
Color information
#6B351A (or 0x6B351A) is known color: New Amber. HEX triplet: 6B, 35 and 1A. RGB value is (107,53,26). Sum of RGB (Red+Green+Blue) = 107+53+26=186 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.53% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 107 - color contains mainly: red. Hex color #6B351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B351A is #94CAE5. Grayscale: #424242. Windows color (decimal): -9751270 or 1717611. OLE color: 1717611.
HSL color Cylindrical-coordinate representation of color #6B351A: hue angle of 20º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B351A is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 53 | 26 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.58 |
| HSL | 20º | 0.61% | 0.26% | - |
| HSV(B) | 20º | 0.76% | 0.42% | - |
| XYZ | 7.52 | 5.75 | 1.69 | - |
| YUV | 66.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 26 | 0 | 0.50 | 0.76 | 0.58 | 20 | 0.61 | 0.26 |
| Hex | 6B | 35 | 1A | 0 | 32 | 4C | 3A | 14 | 3D | 1A |
| Octal | 153 | 65 | 32 | 0 | 62 | 114 | 72 | 24 | 75 | 32 |
| Binary | 1101011 | 110101 | 11010 | 0 | 110010 | 1001100 | 111010 | 10100 | 111101 | 11010 |
Color Harmonies of #6B351A
Complementary color
Monochromatic Colors of #6B351A
Black with #6B351A
Text Example
Text Example
White with #6B351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B351A; }
p { color: rgb(107,53,26); }
H1.HeaderClassName
{
color: #6B351A;
}
.AnyTagClassName
{
color: #6B351A;
}
</style>
background-color css
<style>
a { background-color: #6B351A; }
a { background-color: rgb(107,53,26); }
div.DivClassName
{
background-color: #6B351A;
}
.BgClassName
{
background-color: #6B351A;
}
</style>
border-color css
<style>
span { border-color: #6B351A; }
span { border-color: rgb(107,53,26); }
td.TdClassName
{
border-color: #6B351A;
}
.TagClassName
{
border-color: #6B351A;
}
</style>