#9D6765

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

Shades of Copper Rose #9D6765

Tints of Copper Rose #9D6765

Color information

#9D6765 (or 0x9D6765) is unknown color: approx Copper Rose. HEX triplet: 9D, 67 and 65. RGB value is (157,103,101). Sum of RGB (Red+Green+Blue) = 157+103+101=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6765 is #62989A. Grayscale: #767676. Windows color (decimal): -6461595 or 6645661. OLE color: 6645661.

HSL color Cylindrical-coordinate representation of color #9D6765: hue angle of 2.14º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6765 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB157103101-
CMYK00.340.360.38
HSL2.14º22.22%50.59%-
HSV(B)2.14º35.67%61.57%-
XYZ21.117.8114.64-
YUV118.92117.89155.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.49%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=43.49%
G=28.53%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710310100.340.360.382.1422.2250.59
Hex9D6765022242621633
Octal235147145042444622663
Binary100111011100111110010101000101001001001101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,103,101); }

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

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

 a { background-color: rgb(157,103,101); }

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

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

 span { border-color: rgb(157,103,101); }

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