#916D6D

Color #916D6D Copper Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rose #916D6D

Tints of Copper Rose #916D6D

Color information

#916D6D (or 0x916D6D) is unknown color: approx Copper Rose. HEX triplet: 91, 6D and 6D. RGB value is (145,109,109). Sum of RGB (Red+Green+Blue) = 145+109+109=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #916D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D6D is #6E9292. Grayscale: #777777. Windows color (decimal): -7246483 or 7171473. OLE color: 7171473.

HSL color Cylindrical-coordinate representation of color #916D6D: hue angle of 0º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #916D6D is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB145109109-
CMYK00.250.250.43
HSL14.17%49.8%-
HSV(B)24.83%56.86%-
XYZ19.9118.0616.9-
YUV119.76121.93146-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=39.94%
G=30.03%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510910900.250.250.43014.1749.8
Hex916D6D019192B0e32
Octal221155155031315301662
Binary10010001110110111011010110011100110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916D6D; }

 p { color: rgb(145,109,109); }

 H1.HeaderClassName
 {
   color: #916D6D;
 }
 .AnyTagClassName
 {
   color: #916D6D;
 }
</style>
background-color css

<style>
 a { background-color: #916D6D; }

 a { background-color: rgb(145,109,109); }

 div.DivClassName
 {
   background-color: #916D6D;
 }
 .BgClassName
 {
   background-color: #916D6D;
 }
</style>
border-color css

<style>
 span { border-color: #916D6D; }

 span { border-color: rgb(145,109,109); }

 td.TdClassName
 {
   border-color: #916D6D;
 }
 .TagClassName
 {
   border-color: #916D6D;
 }
</style>