Shades of Christine #B96624
Tints of Christine #B96624
RGB
CMYK
RGB Variations
Color information
#B96624 (or 0xB96624) is known color: Christine. HEX triplet: B9, 66 and 24. RGB value is (185,102,36). Sum of RGB (Red+Green+Blue) = 185+102+36=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B96624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96624 is #4699DB. Grayscale: #777777. Windows color (decimal): -4626908 or 2385593. OLE color: 2385593.
HSL color Cylindrical-coordinate representation of color #B96624: hue angle of 26.58º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B96624 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 36 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.27 |
| HSL | 26.58º | 0.67% | 0.43% | - |
| HSV(B) | 26.58º | 0.81% | 0.73% | - |
| XYZ | 25.08 | 19.94 | 4.2 | - |
| YUV | 119.29 | 81 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 36 | 0 | 0.45 | 0.81 | 0.27 | 26.58 | 0.67 | 0.43 |
| Hex | B9 | 66 | 24 | 0 | 2D | 51 | 1B | 1B | 43 | 2B |
| Octal | 271 | 146 | 44 | 0 | 55 | 121 | 33 | 33 | 103 | 53 |
| Binary | 10111001 | 1100110 | 100100 | 0 | 101101 | 1010001 | 11011 | 11011 | 1000011 | 101011 |
Color Harmonies of #B96624
Complementary color
Monochromatic Colors of #B96624
Black with #B96624
Text Example
Text Example
White with #B96624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96624; }
p { color: rgb(185,102,36); }
H1.HeaderClassName
{
color: #B96624;
}
.AnyTagClassName
{
color: #B96624;
}
</style>
background-color css
<style>
a { background-color: #B96624; }
a { background-color: rgb(185,102,36); }
div.DivClassName
{
background-color: #B96624;
}
.BgClassName
{
background-color: #B96624;
}
</style>
border-color css
<style>
span { border-color: #B96624; }
span { border-color: rgb(185,102,36); }
td.TdClassName
{
border-color: #B96624;
}
.TagClassName
{
border-color: #B96624;
}
</style>