Shades of Nugget #B68624
Tints of Nugget #B68624
RGB
CMYK
RGB Variations
Color information
#B68624 (or 0xB68624) is known color: Nugget. HEX triplet: B6, 86 and 24. RGB value is (182,134,36). Sum of RGB (Red+Green+Blue) = 182+134+36=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B68624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68624 is #4979DB. Grayscale: #898989. Windows color (decimal): -4815324 or 2393782. OLE color: 2393782.
HSL color Cylindrical-coordinate representation of color #B68624: hue angle of 40.27º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B68624 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 36 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.29 |
| HSL | 40.27º | 0.67% | 0.43% | - |
| HSV(B) | 40.27º | 0.8% | 0.71% | - |
| XYZ | 28.13 | 27.12 | 5.42 | - |
| YUV | 137.18 | 70.9 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 36 | 0 | 0.26 | 0.80 | 0.29 | 40.27 | 0.67 | 0.43 |
| Hex | B6 | 86 | 24 | 0 | 1A | 50 | 1D | 28 | 43 | 2B |
| Octal | 266 | 206 | 44 | 0 | 32 | 120 | 35 | 50 | 103 | 53 |
| Binary | 10110110 | 10000110 | 100100 | 0 | 11010 | 1010000 | 11101 | 101000 | 1000011 | 101011 |
Color Harmonies of #B68624
Complementary color
Monochromatic Colors of #B68624
Black with #B68624
Text Example
Text Example
White with #B68624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68624; }
p { color: rgb(182,134,36); }
H1.HeaderClassName
{
color: #B68624;
}
.AnyTagClassName
{
color: #B68624;
}
</style>
background-color css
<style>
a { background-color: #B68624; }
a { background-color: rgb(182,134,36); }
div.DivClassName
{
background-color: #B68624;
}
.BgClassName
{
background-color: #B68624;
}
</style>
border-color css
<style>
span { border-color: #B68624; }
span { border-color: rgb(182,134,36); }
td.TdClassName
{
border-color: #B68624;
}
.TagClassName
{
border-color: #B68624;
}
</style>