Shades of Christine #B6631E
Tints of Christine #B6631E
RGB
CMYK
RGB Variations
Color information
#B6631E (or 0xB6631E) is known color: Christine. HEX triplet: B6, 63 and 1E. RGB value is (182,99,30). Sum of RGB (Red+Green+Blue) = 182+99+30=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B6631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6631E is #499CE1. Grayscale: #747474. Windows color (decimal): -4824290 or 1991606. OLE color: 1991606.
HSL color Cylindrical-coordinate representation of color #B6631E: hue angle of 27.24º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6631E is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 99 | 30 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.29 |
| HSL | 27.24º | 0.72% | 0.42% | - |
| HSV(B) | 27.24º | 0.84% | 0.71% | - |
| XYZ | 23.99 | 18.96 | 3.62 | - |
| YUV | 115.95 | 79.5 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 99 | 30 | 0 | 0.46 | 0.84 | 0.29 | 27.24 | 0.72 | 0.42 |
| Hex | B6 | 63 | 1E | 0 | 2E | 54 | 1D | 1B | 48 | 2A |
| Octal | 266 | 143 | 36 | 0 | 56 | 124 | 35 | 33 | 110 | 52 |
| Binary | 10110110 | 1100011 | 11110 | 0 | 101110 | 1010100 | 11101 | 11011 | 1001000 | 101010 |
Color Harmonies of #B6631E
Complementary color
Monochromatic Colors of #B6631E
Black with #B6631E
Text Example
Text Example
White with #B6631E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6631E; }
p { color: rgb(182,99,30); }
H1.HeaderClassName
{
color: #B6631E;
}
.AnyTagClassName
{
color: #B6631E;
}
</style>
background-color css
<style>
a { background-color: #B6631E; }
a { background-color: rgb(182,99,30); }
div.DivClassName
{
background-color: #B6631E;
}
.BgClassName
{
background-color: #B6631E;
}
</style>
border-color css
<style>
span { border-color: #B6631E; }
span { border-color: rgb(182,99,30); }
td.TdClassName
{
border-color: #B6631E;
}
.TagClassName
{
border-color: #B6631E;
}
</style>