Shades of Copper Rose #9B6463
Tints of Copper Rose #9B6463
RGB
CMYK
RGB Variations
Color information
#9B6463 (or 0x9B6463) is known color: Copper Rose. HEX triplet: 9B, 64 and 63. RGB value is (155,100,99). Sum of RGB (Red+Green+Blue) = 155+100+99=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6463 is #649B9C. Grayscale: #747474. Windows color (decimal): -6593437 or 6513819. OLE color: 6513819.
HSL color Cylindrical-coordinate representation of color #9B6463: hue angle of 1.07º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B6463 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 100 | 99 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.39 |
| HSL | 1.07º | 0.22% | 0.5% | - |
| HSV(B) | 1.07º | 0.36% | 0.61% | - |
| XYZ | 20.33 | 16.98 | 14.01 | - |
| YUV | 116.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 99 | 0 | 0.35 | 0.36 | 0.39 | 1.07 | 0.22 | 0.5 |
| Hex | 9B | 64 | 63 | 0 | 23 | 24 | 27 | 1 | 16 | 32 |
| Octal | 233 | 144 | 143 | 0 | 43 | 44 | 47 | 1 | 26 | 62 |
| Binary | 10011011 | 1100100 | 1100011 | 0 | 100011 | 100100 | 100111 | 1 | 10110 | 110010 |
Color Harmonies of #9B6463
Complementary color
Monochromatic Colors of #9B6463
Black with #9B6463
Text Example
Text Example
White with #9B6463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6463; }
p { color: rgb(155,100,99); }
H1.HeaderClassName
{
color: #9B6463;
}
.AnyTagClassName
{
color: #9B6463;
}
</style>
background-color css
<style>
a { background-color: #9B6463; }
a { background-color: rgb(155,100,99); }
div.DivClassName
{
background-color: #9B6463;
}
.BgClassName
{
background-color: #9B6463;
}
</style>
border-color css
<style>
span { border-color: #9B6463; }
span { border-color: rgb(155,100,99); }
td.TdClassName
{
border-color: #9B6463;
}
.TagClassName
{
border-color: #9B6463;
}
</style>