Shades of Christine #B66328
Tints of Christine #B66328
RGB
CMYK
RGB Variations
Color information
#B66328 (or 0xB66328) is known color: Christine. HEX triplet: B6, 63 and 28. RGB value is (182,99,40). Sum of RGB (Red+Green+Blue) = 182+99+40=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B66328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66328 is #499CD7. Grayscale: #757575. Windows color (decimal): -4824280 or 2646966. OLE color: 2646966.
HSL color Cylindrical-coordinate representation of color #B66328: hue angle of 24.93º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B66328 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 99 | 40 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.29 |
| HSL | 24.93º | 0.64% | 0.44% | - |
| HSV(B) | 24.93º | 0.78% | 0.71% | - |
| XYZ | 24.14 | 19.02 | 4.41 | - |
| YUV | 117.09 | 84.5 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 99 | 40 | 0 | 0.46 | 0.78 | 0.29 | 24.93 | 0.64 | 0.44 |
| Hex | B6 | 63 | 28 | 0 | 2E | 4E | 1D | 19 | 40 | 2C |
| Octal | 266 | 143 | 50 | 0 | 56 | 116 | 35 | 31 | 100 | 54 |
| Binary | 10110110 | 1100011 | 101000 | 0 | 101110 | 1001110 | 11101 | 11001 | 1000000 | 101100 |
Color Harmonies of #B66328
Complementary color
Monochromatic Colors of #B66328
Black with #B66328
Text Example
Text Example
White with #B66328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66328; }
p { color: rgb(182,99,40); }
H1.HeaderClassName
{
color: #B66328;
}
.AnyTagClassName
{
color: #B66328;
}
</style>
background-color css
<style>
a { background-color: #B66328; }
a { background-color: rgb(182,99,40); }
div.DivClassName
{
background-color: #B66328;
}
.BgClassName
{
background-color: #B66328;
}
</style>
border-color css
<style>
span { border-color: #B66328; }
span { border-color: rgb(182,99,40); }
td.TdClassName
{
border-color: #B66328;
}
.TagClassName
{
border-color: #B66328;
}
</style>