Shades of Roti #B6913E
Tints of Roti #B6913E
RGB
CMYK
RGB Variations
Color information
#B6913E (or 0xB6913E) is known color: Roti. HEX triplet: B6, 91 and 3E. RGB value is (182,145,62). Sum of RGB (Red+Green+Blue) = 182+145+62=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B6913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6913E is #496EC1. Grayscale: #929292. Windows color (decimal): -4812482 or 4100534. OLE color: 4100534.
HSL color Cylindrical-coordinate representation of color #B6913E: hue angle of 41.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6913E is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 145 | 62 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.29 |
| HSL | 41.5º | 0.49% | 0.48% | - |
| HSV(B) | 41.5º | 0.66% | 0.71% | - |
| XYZ | 30.29 | 30.54 | 8.86 | - |
| YUV | 146.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 145 | 62 | 0 | 0.20 | 0.66 | 0.29 | 41.5 | 0.49 | 0.48 |
| Hex | B6 | 91 | 3E | 0 | 14 | 42 | 1D | 2A | 31 | 30 |
| Octal | 266 | 221 | 76 | 0 | 24 | 102 | 35 | 52 | 61 | 60 |
| Binary | 10110110 | 10010001 | 111110 | 0 | 10100 | 1000010 | 11101 | 101010 | 110001 | 110000 |
Color Harmonies of #B6913E
Complementary color
Monochromatic Colors of #B6913E
Black with #B6913E
Text Example
Text Example
White with #B6913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6913E; }
p { color: rgb(182,145,62); }
H1.HeaderClassName
{
color: #B6913E;
}
.AnyTagClassName
{
color: #B6913E;
}
</style>
background-color css
<style>
a { background-color: #B6913E; }
a { background-color: rgb(182,145,62); }
div.DivClassName
{
background-color: #B6913E;
}
.BgClassName
{
background-color: #B6913E;
}
</style>
border-color css
<style>
span { border-color: #B6913E; }
span { border-color: rgb(182,145,62); }
td.TdClassName
{
border-color: #B6913E;
}
.TagClassName
{
border-color: #B6913E;
}
</style>