Shades of New Amber #6B3A1F
Tints of New Amber #6B3A1F
RGB
CMYK
RGB Variations
Color information
#6B3A1F (or 0x6B3A1F) is known color: New Amber. HEX triplet: 6B, 3A and 1F. RGB value is (107,58,31). Sum of RGB (Red+Green+Blue) = 107+58+31=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3A1F is #94C5E0. Grayscale: #454545. Windows color (decimal): -9749985 or 2046571. OLE color: 2046571.
HSL color Cylindrical-coordinate representation of color #6B3A1F: hue angle of 21.32º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B3A1F is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 58 | 31 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.58 |
| HSL | 21.32º | 0.55% | 0.27% | - |
| HSV(B) | 21.32º | 0.71% | 0.42% | - |
| XYZ | 7.82 | 6.25 | 2.09 | - |
| YUV | 69.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 58 | 31 | 0 | 0.46 | 0.71 | 0.58 | 21.32 | 0.55 | 0.27 |
| Hex | 6B | 3A | 1F | 0 | 2E | 47 | 3A | 15 | 37 | 1B |
| Octal | 153 | 72 | 37 | 0 | 56 | 107 | 72 | 25 | 67 | 33 |
| Binary | 1101011 | 111010 | 11111 | 0 | 101110 | 1000111 | 111010 | 10101 | 110111 | 11011 |
Color Harmonies of #6B3A1F
Complementary color
Monochromatic Colors of #6B3A1F
Black with #6B3A1F
Text Example
Text Example
White with #6B3A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3A1F; }
p { color: rgb(107,58,31); }
H1.HeaderClassName
{
color: #6B3A1F;
}
.AnyTagClassName
{
color: #6B3A1F;
}
</style>
background-color css
<style>
a { background-color: #6B3A1F; }
a { background-color: rgb(107,58,31); }
div.DivClassName
{
background-color: #6B3A1F;
}
.BgClassName
{
background-color: #6B3A1F;
}
</style>
border-color css
<style>
span { border-color: #6B3A1F; }
span { border-color: rgb(107,58,31); }
td.TdClassName
{
border-color: #6B3A1F;
}
.TagClassName
{
border-color: #6B3A1F;
}
</style>