Shades of Copper Rose #916969
Tints of Copper Rose #916969
RGB
CMYK
RGB Variations
Color information
#916969 (or 0x916969) is known color: Copper Rose. HEX triplet: 91, 69 and 69. RGB value is (145,105,105). Sum of RGB (Red+Green+Blue) = 145+105+105=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #916969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916969 is #6E9696. Grayscale: #747474. Windows color (decimal): -7247511 or 6908305. OLE color: 6908305.
HSL color Cylindrical-coordinate representation of color #916969: hue angle of 0º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916969 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 105 | 105 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.43 |
| HSL | 0º | 0.16% | 0.49% | - |
| HSV(B) | 0º | 0.28% | 0.57% | - |
| XYZ | 19.28 | 17.14 | 15.66 | - |
| YUV | 116.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 105 | 0 | 0.28 | 0.28 | 0.43 | 0 | 0.16 | 0.49 |
| Hex | 91 | 69 | 69 | 0 | 1C | 1C | 2B | 0 | 10 | 31 |
| Octal | 221 | 151 | 151 | 0 | 34 | 34 | 53 | 0 | 20 | 61 |
| Binary | 10010001 | 1101001 | 1101001 | 0 | 11100 | 11100 | 101011 | 0 | 10000 | 110001 |
Color Harmonies of #916969
Complementary color
Monochromatic Colors of #916969
Black with #916969
Text Example
Text Example
White with #916969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916969; }
p { color: rgb(145,105,105); }
H1.HeaderClassName
{
color: #916969;
}
.AnyTagClassName
{
color: #916969;
}
</style>
background-color css
<style>
a { background-color: #916969; }
a { background-color: rgb(145,105,105); }
div.DivClassName
{
background-color: #916969;
}
.BgClassName
{
background-color: #916969;
}
</style>
border-color css
<style>
span { border-color: #916969; }
span { border-color: rgb(145,105,105); }
td.TdClassName
{
border-color: #916969;
}
.TagClassName
{
border-color: #916969;
}
</style>