Shades of Golden Brown #B66411
Tints of Golden Brown #B66411
RGB
CMYK
RGB Variations
Color information
#B66411 (or 0xB66411) is known color: Golden Brown. HEX triplet: B6, 64 and 11. RGB value is (182,100,17). Sum of RGB (Red+Green+Blue) = 182+100+17=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B66411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66411 is #499BEE. Grayscale: #737373. Windows color (decimal): -4824047 or 1139894. OLE color: 1139894.
HSL color Cylindrical-coordinate representation of color #B66411: hue angle of 30.18º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B66411 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 100 | 17 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.29 |
| HSL | 30.18º | 0.83% | 0.39% | - |
| HSV(B) | 30.18º | 0.91% | 0.71% | - |
| XYZ | 23.95 | 19.1 | 2.95 | - |
| YUV | 115.06 | 72.67 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 17 | 0 | 0.45 | 0.91 | 0.29 | 30.18 | 0.83 | 0.39 |
| Hex | B6 | 64 | 11 | 0 | 2D | 5B | 1D | 1E | 53 | 27 |
| Octal | 266 | 144 | 21 | 0 | 55 | 133 | 35 | 36 | 123 | 47 |
| Binary | 10110110 | 1100100 | 10001 | 0 | 101101 | 1011011 | 11101 | 11110 | 1010011 | 100111 |
Color Harmonies of #B66411
Complementary color
Monochromatic Colors of #B66411
Black with #B66411
Text Example
Text Example
White with #B66411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66411; }
p { color: rgb(182,100,17); }
H1.HeaderClassName
{
color: #B66411;
}
.AnyTagClassName
{
color: #B66411;
}
</style>
background-color css
<style>
a { background-color: #B66411; }
a { background-color: rgb(182,100,17); }
div.DivClassName
{
background-color: #B66411;
}
.BgClassName
{
background-color: #B66411;
}
</style>
border-color css
<style>
span { border-color: #B66411; }
span { border-color: rgb(182,100,17); }
td.TdClassName
{
border-color: #B66411;
}
.TagClassName
{
border-color: #B66411;
}
</style>