#9D706F

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

Shades of Copper Rose #9D706F

Tints of Copper Rose #9D706F

Color information

#9D706F (or 0x9D706F) is unknown color: approx Copper Rose. HEX triplet: 9D, 70 and 6F. RGB value is (157,112,111). Sum of RGB (Red+Green+Blue) = 157+112+111=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 157 - color contains mainly: red. Hex color #9D706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D706F is #628F90. Grayscale: #7D7D7D. Windows color (decimal): -6459281 or 7303325. OLE color: 7303325.

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

Color convert

RGB157112111-
CMYK00.290.290.38
HSL1.3º19.01%52.55%-
HSV(B)1.3º29.3%61.57%-
XYZ22.5719.917.69-
YUV125.34119.91150.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.32%
GREEN value IS 112 (44.14% from 255) = 29.47%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=41.32%
G=29.47%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711211100.290.290.381.319.0152.55
Hex9D706F01D1D2611335
Octal235160157035354612365
Binary100111011110000110111101110111101100110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,112,111); }

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

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

 a { background-color: rgb(157,112,111); }

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

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

 span { border-color: rgb(157,112,111); }

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