#9D716E

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

Shades of Copper Rose #9D716E

Tints of Copper Rose #9D716E

Color information

#9D716E (or 0x9D716E) is unknown color: approx Copper Rose. HEX triplet: 9D, 71 and 6E. RGB value is (157,113,110). Sum of RGB (Red+Green+Blue) = 157+113+110=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 157 - color contains mainly: red. Hex color #9D716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D716E is #628E91. Grayscale: #7D7D7D. Windows color (decimal): -6459026 or 7238045. OLE color: 7238045.

HSL color Cylindrical-coordinate representation of color #9D716E: hue angle of 3.83º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D716E is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB157113110-
CMYK00.280.300.38
HSL3.83º19.34%52.35%-
HSV(B)3.83º29.94%61.57%-
XYZ22.6220.117.44-
YUV125.81119.08150.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.32%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=41.32%
G=29.74%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711311000.280.300.383.8319.3452.35
Hex9D716E01C1E2641334
Octal235161156034364642364
Binary10011101111000111011100111001111010011010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D716E; }

 p { color: rgb(157,113,110); }

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

<style>
 a { background-color: #9D716E; }

 a { background-color: rgb(157,113,110); }

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

<style>
 span { border-color: #9D716E; }

 span { border-color: rgb(157,113,110); }

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