Shades of New Amber #6B3C28
Tints of New Amber #6B3C28
RGB
CMYK
RGB Variations
Color information
#6B3C28 (or 0x6B3C28) is known color: New Amber. HEX triplet: 6B, 3C and 28. RGB value is (107,60,40). Sum of RGB (Red+Green+Blue) = 107+60+40=207 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.69% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3C28 is #94C3D7. Grayscale: #474747. Windows color (decimal): -9749464 or 2636907. OLE color: 2636907.
HSL color Cylindrical-coordinate representation of color #6B3C28: hue angle of 17.91º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B3C28 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 60 | 40 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.58 |
| HSL | 17.91º | 0.46% | 0.29% | - |
| HSV(B) | 17.91º | 0.63% | 0.42% | - |
| XYZ | 8.06 | 6.51 | 2.84 | - |
| YUV | 71.77 | 110.07 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 60 | 40 | 0 | 0.44 | 0.63 | 0.58 | 17.91 | 0.46 | 0.29 |
| Hex | 6B | 3C | 28 | 0 | 2C | 3F | 3A | 12 | 2E | 1D |
| Octal | 153 | 74 | 50 | 0 | 54 | 77 | 72 | 22 | 56 | 35 |
| Binary | 1101011 | 111100 | 101000 | 0 | 101100 | 111111 | 111010 | 10010 | 101110 | 11101 |
Color Harmonies of #6B3C28
Complementary color
Monochromatic Colors of #6B3C28
Black with #6B3C28
Text Example
Text Example
White with #6B3C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3C28; }
p { color: rgb(107,60,40); }
H1.HeaderClassName
{
color: #6B3C28;
}
.AnyTagClassName
{
color: #6B3C28;
}
</style>
background-color css
<style>
a { background-color: #6B3C28; }
a { background-color: rgb(107,60,40); }
div.DivClassName
{
background-color: #6B3C28;
}
.BgClassName
{
background-color: #6B3C28;
}
</style>
border-color css
<style>
span { border-color: #6B3C28; }
span { border-color: rgb(107,60,40); }
td.TdClassName
{
border-color: #6B3C28;
}
.TagClassName
{
border-color: #6B3C28;
}
</style>