Shades of Golden Brown #B66412
Tints of Golden Brown #B66412
RGB
CMYK
RGB Variations
Color information
#B66412 (or 0xB66412) is known color: Golden Brown. HEX triplet: B6, 64 and 12. RGB value is (182,100,18). Sum of RGB (Red+Green+Blue) = 182+100+18=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B66412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66412 is #499BED. Grayscale: #737373. Windows color (decimal): -4824046 or 1205430. OLE color: 1205430.
HSL color Cylindrical-coordinate representation of color #B66412: hue angle of 30º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B66412 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 100 | 18 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.29 |
| HSL | 30º | 0.82% | 0.39% | - |
| HSV(B) | 30º | 0.9% | 0.71% | - |
| XYZ | 23.96 | 19.1 | 3 | - |
| YUV | 115.17 | 73.17 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 18 | 0 | 0.45 | 0.90 | 0.29 | 30 | 0.82 | 0.39 |
| Hex | B6 | 64 | 12 | 0 | 2D | 5A | 1D | 1E | 52 | 27 |
| Octal | 266 | 144 | 22 | 0 | 55 | 132 | 35 | 36 | 122 | 47 |
| Binary | 10110110 | 1100100 | 10010 | 0 | 101101 | 1011010 | 11101 | 11110 | 1010010 | 100111 |
Color Harmonies of #B66412
Complementary color
Monochromatic Colors of #B66412
Black with #B66412
Text Example
Text Example
White with #B66412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66412; }
p { color: rgb(182,100,18); }
H1.HeaderClassName
{
color: #B66412;
}
.AnyTagClassName
{
color: #B66412;
}
</style>
background-color css
<style>
a { background-color: #B66412; }
a { background-color: rgb(182,100,18); }
div.DivClassName
{
background-color: #B66412;
}
.BgClassName
{
background-color: #B66412;
}
</style>
border-color css
<style>
span { border-color: #B66412; }
span { border-color: rgb(182,100,18); }
td.TdClassName
{
border-color: #B66412;
}
.TagClassName
{
border-color: #B66412;
}
</style>