Shades of Christine #B6622C
Tints of Christine #B6622C
RGB
CMYK
RGB Variations
Color information
#B6622C (or 0xB6622C) is known color: Christine. HEX triplet: B6, 62 and 2C. RGB value is (182,98,44). Sum of RGB (Red+Green+Blue) = 182+98+44=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6622C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6622C is #499DD3. Grayscale: #757575. Windows color (decimal): -4824532 or 2908854. OLE color: 2908854.
HSL color Cylindrical-coordinate representation of color #B6622C: hue angle of 23.48º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6622C is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 98 | 44 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.29 |
| HSL | 23.48º | 0.61% | 0.44% | - |
| HSV(B) | 23.48º | 0.76% | 0.71% | - |
| XYZ | 24.11 | 18.86 | 4.75 | - |
| YUV | 116.96 | 86.83 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 44 | 0 | 0.46 | 0.76 | 0.29 | 23.48 | 0.61 | 0.44 |
| Hex | B6 | 62 | 2C | 0 | 2E | 4C | 1D | 17 | 3D | 2C |
| Octal | 266 | 142 | 54 | 0 | 56 | 114 | 35 | 27 | 75 | 54 |
| Binary | 10110110 | 1100010 | 101100 | 0 | 101110 | 1001100 | 11101 | 10111 | 111101 | 101100 |
Color Harmonies of #B6622C
Complementary color
Monochromatic Colors of #B6622C
Black with #B6622C
Text Example
Text Example
White with #B6622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6622C; }
p { color: rgb(182,98,44); }
H1.HeaderClassName
{
color: #B6622C;
}
.AnyTagClassName
{
color: #B6622C;
}
</style>
background-color css
<style>
a { background-color: #B6622C; }
a { background-color: rgb(182,98,44); }
div.DivClassName
{
background-color: #B6622C;
}
.BgClassName
{
background-color: #B6622C;
}
</style>
border-color css
<style>
span { border-color: #B6622C; }
span { border-color: rgb(182,98,44); }
td.TdClassName
{
border-color: #B6622C;
}
.TagClassName
{
border-color: #B6622C;
}
</style>