Shades of Christine #B6642D
Tints of Christine #B6642D
RGB
CMYK
RGB Variations
Color information
#B6642D (or 0xB6642D) is known color: Christine. HEX triplet: B6, 64 and 2D. RGB value is (182,100,45). Sum of RGB (Red+Green+Blue) = 182+100+45=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6642D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6642D is #499BD2. Grayscale: #767676. Windows color (decimal): -4824019 or 2974902. OLE color: 2974902.
HSL color Cylindrical-coordinate representation of color #B6642D: hue angle of 24.09º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6642D is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 100 | 45 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.29 |
| HSL | 24.09º | 0.6% | 0.45% | - |
| HSV(B) | 24.09º | 0.75% | 0.71% | - |
| XYZ | 24.32 | 19.25 | 4.92 | - |
| YUV | 118.25 | 86.67 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 45 | 0 | 0.45 | 0.75 | 0.29 | 24.09 | 0.6 | 0.45 |
| Hex | B6 | 64 | 2D | 0 | 2D | 4B | 1D | 18 | 3C | 2D |
| Octal | 266 | 144 | 55 | 0 | 55 | 113 | 35 | 30 | 74 | 55 |
| Binary | 10110110 | 1100100 | 101101 | 0 | 101101 | 1001011 | 11101 | 11000 | 111100 | 101101 |
Color Harmonies of #B6642D
Complementary color
Monochromatic Colors of #B6642D
Black with #B6642D
Text Example
Text Example
White with #B6642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6642D; }
p { color: rgb(182,100,45); }
H1.HeaderClassName
{
color: #B6642D;
}
.AnyTagClassName
{
color: #B6642D;
}
</style>
background-color css
<style>
a { background-color: #B6642D; }
a { background-color: rgb(182,100,45); }
div.DivClassName
{
background-color: #B6642D;
}
.BgClassName
{
background-color: #B6642D;
}
</style>
border-color css
<style>
span { border-color: #B6642D; }
span { border-color: rgb(182,100,45); }
td.TdClassName
{
border-color: #B6642D;
}
.TagClassName
{
border-color: #B6642D;
}
</style>