Shades of New Amber #6B3623
Tints of New Amber #6B3623
RGB
CMYK
RGB Variations
Color information
#6B3623 (or 0x6B3623) is known color: New Amber. HEX triplet: 6B, 36 and 23. RGB value is (107,54,35). Sum of RGB (Red+Green+Blue) = 107+54+35=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3623 is #94C9DC. Grayscale: #434343. Windows color (decimal): -9751005 or 2307691. OLE color: 2307691.
HSL color Cylindrical-coordinate representation of color #6B3623: hue angle of 15.83º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B3623 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 54 | 35 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.58 |
| HSL | 15.83º | 0.51% | 0.28% | - |
| HSV(B) | 15.83º | 0.67% | 0.42% | - |
| XYZ | 7.69 | 5.89 | 2.32 | - |
| YUV | 67.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 35 | 0 | 0.50 | 0.67 | 0.58 | 15.83 | 0.51 | 0.28 |
| Hex | 6B | 36 | 23 | 0 | 32 | 43 | 3A | 10 | 33 | 1C |
| Octal | 153 | 66 | 43 | 0 | 62 | 103 | 72 | 20 | 63 | 34 |
| Binary | 1101011 | 110110 | 100011 | 0 | 110010 | 1000011 | 111010 | 10000 | 110011 | 11100 |
Color Harmonies of #6B3623
Complementary color
Monochromatic Colors of #6B3623
Black with #6B3623
Text Example
Text Example
White with #6B3623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3623; }
p { color: rgb(107,54,35); }
H1.HeaderClassName
{
color: #6B3623;
}
.AnyTagClassName
{
color: #6B3623;
}
</style>
background-color css
<style>
a { background-color: #6B3623; }
a { background-color: rgb(107,54,35); }
div.DivClassName
{
background-color: #6B3623;
}
.BgClassName
{
background-color: #6B3623;
}
</style>
border-color css
<style>
span { border-color: #6B3623; }
span { border-color: rgb(107,54,35); }
td.TdClassName
{
border-color: #6B3623;
}
.TagClassName
{
border-color: #6B3623;
}
</style>