Shades of Roti #B69C41
Tints of Roti #B69C41
RGB
CMYK
RGB Variations
Color information
#B69C41 (or 0xB69C41) is known color: Roti. HEX triplet: B6, 9C and 41. RGB value is (182,156,65). Sum of RGB (Red+Green+Blue) = 182+156+65=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69C41 is #4963BE. Grayscale: #999999. Windows color (decimal): -4809663 or 4299958. OLE color: 4299958.
HSL color Cylindrical-coordinate representation of color #B69C41: hue angle of 46.67º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B69C41 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 156 | 65 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.29 |
| HSL | 46.67º | 0.47% | 0.48% | - |
| HSV(B) | 46.67º | 0.64% | 0.71% | - |
| XYZ | 32.13 | 34.1 | 9.89 | - |
| YUV | 153.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 156 | 65 | 0 | 0.14 | 0.64 | 0.29 | 46.67 | 0.47 | 0.48 |
| Hex | B6 | 9C | 41 | 0 | E | 40 | 1D | 2F | 2F | 30 |
| Octal | 266 | 234 | 101 | 0 | 16 | 100 | 35 | 57 | 57 | 60 |
| Binary | 10110110 | 10011100 | 1000001 | 0 | 1110 | 1000000 | 11101 | 101111 | 101111 | 110000 |
Color Harmonies of #B69C41
Complementary color
Monochromatic Colors of #B69C41
Black with #B69C41
Text Example
Text Example
White with #B69C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69C41; }
p { color: rgb(182,156,65); }
H1.HeaderClassName
{
color: #B69C41;
}
.AnyTagClassName
{
color: #B69C41;
}
</style>
background-color css
<style>
a { background-color: #B69C41; }
a { background-color: rgb(182,156,65); }
div.DivClassName
{
background-color: #B69C41;
}
.BgClassName
{
background-color: #B69C41;
}
</style>
border-color css
<style>
span { border-color: #B69C41; }
span { border-color: rgb(182,156,65); }
td.TdClassName
{
border-color: #B69C41;
}
.TagClassName
{
border-color: #B69C41;
}
</style>