Shades of Roti #B6993D
Tints of Roti #B6993D
RGB
CMYK
RGB Variations
Color information
#B6993D (or 0xB6993D) is known color: Roti. HEX triplet: B6, 99 and 3D. RGB value is (182,153,61). Sum of RGB (Red+Green+Blue) = 182+153+61=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B6993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6993D is #4966C2. Grayscale: #979797. Windows color (decimal): -4810435 or 4037046. OLE color: 4037046.
HSL color Cylindrical-coordinate representation of color #B6993D: hue angle of 45.62º degrees, saturation: 0.5, 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 #B6993D is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 153 | 61 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.29 |
| HSL | 45.62º | 0.5% | 0.48% | - |
| HSV(B) | 45.62º | 0.66% | 0.71% | - |
| XYZ | 31.52 | 33.06 | 9.14 | - |
| YUV | 151.18 | 77.11 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 153 | 61 | 0 | 0.16 | 0.66 | 0.29 | 45.62 | 0.5 | 0.48 |
| Hex | B6 | 99 | 3D | 0 | 10 | 42 | 1D | 2E | 32 | 30 |
| Octal | 266 | 231 | 75 | 0 | 20 | 102 | 35 | 56 | 62 | 60 |
| Binary | 10110110 | 10011001 | 111101 | 0 | 10000 | 1000010 | 11101 | 101110 | 110010 | 110000 |
Color Harmonies of #B6993D
Complementary color
Monochromatic Colors of #B6993D
Black with #B6993D
Text Example
Text Example
White with #B6993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6993D; }
p { color: rgb(182,153,61); }
H1.HeaderClassName
{
color: #B6993D;
}
.AnyTagClassName
{
color: #B6993D;
}
</style>
background-color css
<style>
a { background-color: #B6993D; }
a { background-color: rgb(182,153,61); }
div.DivClassName
{
background-color: #B6993D;
}
.BgClassName
{
background-color: #B6993D;
}
</style>
border-color css
<style>
span { border-color: #B6993D; }
span { border-color: rgb(182,153,61); }
td.TdClassName
{
border-color: #B6993D;
}
.TagClassName
{
border-color: #B6993D;
}
</style>