Shades of New Amber #6B3B22
Tints of New Amber #6B3B22
RGB
CMYK
RGB Variations
Color information
#6B3B22 (or 0x6B3B22) is known color: New Amber. HEX triplet: 6B, 3B and 22. RGB value is (107,59,34). Sum of RGB (Red+Green+Blue) = 107+59+34=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3B22 is #94C4DD. Grayscale: #464646. Windows color (decimal): -9749726 or 2243435. OLE color: 2243435.
HSL color Cylindrical-coordinate representation of color #6B3B22: hue angle of 20.55º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B3B22 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 59 | 34 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.58 |
| HSL | 20.55º | 0.52% | 0.28% | - |
| HSV(B) | 20.55º | 0.68% | 0.42% | - |
| XYZ | 7.92 | 6.37 | 2.33 | - |
| YUV | 70.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 59 | 34 | 0 | 0.45 | 0.68 | 0.58 | 20.55 | 0.52 | 0.28 |
| Hex | 6B | 3B | 22 | 0 | 2D | 44 | 3A | 15 | 34 | 1C |
| Octal | 153 | 73 | 42 | 0 | 55 | 104 | 72 | 25 | 64 | 34 |
| Binary | 1101011 | 111011 | 100010 | 0 | 101101 | 1000100 | 111010 | 10101 | 110100 | 11100 |
Color Harmonies of #6B3B22
Complementary color
Monochromatic Colors of #6B3B22
Black with #6B3B22
Text Example
Text Example
White with #6B3B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3B22; }
p { color: rgb(107,59,34); }
H1.HeaderClassName
{
color: #6B3B22;
}
.AnyTagClassName
{
color: #6B3B22;
}
</style>
background-color css
<style>
a { background-color: #6B3B22; }
a { background-color: rgb(107,59,34); }
div.DivClassName
{
background-color: #6B3B22;
}
.BgClassName
{
background-color: #6B3B22;
}
</style>
border-color css
<style>
span { border-color: #6B3B22; }
span { border-color: rgb(107,59,34); }
td.TdClassName
{
border-color: #6B3B22;
}
.TagClassName
{
border-color: #6B3B22;
}
</style>