Shades of Sahara #B6901D
Tints of Sahara #B6901D
RGB
CMYK
RGB Variations
Color information
#B6901D (or 0xB6901D) is known color: Sahara. HEX triplet: B6, 90 and 1D. RGB value is (182,144,29). Sum of RGB (Red+Green+Blue) = 182+144+29=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6901D is #496FE2. Grayscale: #8E8E8E. Windows color (decimal): -4812771 or 1937590. OLE color: 1937590.
HSL color Cylindrical-coordinate representation of color #B6901D: hue angle of 45.1º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6901D is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 144 | 29 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.29 |
| HSL | 45.1º | 0.73% | 0.41% | - |
| HSV(B) | 45.1º | 0.84% | 0.71% | - |
| XYZ | 29.49 | 29.98 | 5.4 | - |
| YUV | 142.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 29 | 0 | 0.21 | 0.84 | 0.29 | 45.1 | 0.73 | 0.41 |
| Hex | B6 | 90 | 1D | 0 | 15 | 54 | 1D | 2D | 49 | 29 |
| Octal | 266 | 220 | 35 | 0 | 25 | 124 | 35 | 55 | 111 | 51 |
| Binary | 10110110 | 10010000 | 11101 | 0 | 10101 | 1010100 | 11101 | 101101 | 1001001 | 101001 |
Color Harmonies of #B6901D
Complementary color
Monochromatic Colors of #B6901D
Black with #B6901D
Text Example
Text Example
White with #B6901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6901D; }
p { color: rgb(182,144,29); }
H1.HeaderClassName
{
color: #B6901D;
}
.AnyTagClassName
{
color: #B6901D;
}
</style>
background-color css
<style>
a { background-color: #B6901D; }
a { background-color: rgb(182,144,29); }
div.DivClassName
{
background-color: #B6901D;
}
.BgClassName
{
background-color: #B6901D;
}
</style>
border-color css
<style>
span { border-color: #B6901D; }
span { border-color: rgb(182,144,29); }
td.TdClassName
{
border-color: #B6901D;
}
.TagClassName
{
border-color: #B6901D;
}
</style>