Shades of Copper Rose #916A68
Tints of Copper Rose #916A68
RGB
CMYK
RGB Variations
Color information
#916A68 (or 0x916A68) is known color: Copper Rose. HEX triplet: 91, 6A and 68. RGB value is (145,106,104). Sum of RGB (Red+Green+Blue) = 145+106+104=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #916A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A68 is #6E9597. Grayscale: #757575. Windows color (decimal): -7247256 or 6843025. OLE color: 6843025.
HSL color Cylindrical-coordinate representation of color #916A68: hue angle of 2.93º 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 #916A68 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 106 | 104 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.43 |
| HSL | 2.93º | 0.16% | 0.49% | - |
| HSV(B) | 2.93º | 0.28% | 0.57% | - |
| XYZ | 19.33 | 17.33 | 15.42 | - |
| YUV | 117.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 104 | 0 | 0.27 | 0.28 | 0.43 | 2.93 | 0.16 | 0.49 |
| Hex | 91 | 6A | 68 | 0 | 1B | 1C | 2B | 3 | 10 | 31 |
| Octal | 221 | 152 | 150 | 0 | 33 | 34 | 53 | 3 | 20 | 61 |
| Binary | 10010001 | 1101010 | 1101000 | 0 | 11011 | 11100 | 101011 | 11 | 10000 | 110001 |
Color Harmonies of #916A68
Complementary color
Monochromatic Colors of #916A68
Black with #916A68
Text Example
Text Example
White with #916A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916A68; }
p { color: rgb(145,106,104); }
H1.HeaderClassName
{
color: #916A68;
}
.AnyTagClassName
{
color: #916A68;
}
</style>
background-color css
<style>
a { background-color: #916A68; }
a { background-color: rgb(145,106,104); }
div.DivClassName
{
background-color: #916A68;
}
.BgClassName
{
background-color: #916A68;
}
</style>
border-color css
<style>
span { border-color: #916A68; }
span { border-color: rgb(145,106,104); }
td.TdClassName
{
border-color: #916A68;
}
.TagClassName
{
border-color: #916A68;
}
</style>