#9D6764

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

Shades of Copper Rose #9D6764

Tints of Copper Rose #9D6764

Color information

#9D6764 (or 0x9D6764) is unknown color: approx Copper Rose. HEX triplet: 9D, 67 and 64. RGB value is (157,103,100). Sum of RGB (Red+Green+Blue) = 157+103+100=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6764 is #62989B. Grayscale: #767676. Windows color (decimal): -6461596 or 6580125. OLE color: 6580125.

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

Color convert

RGB157103100-
CMYK00.340.360.38
HSL3.16º22.53%50.39%-
HSV(B)3.16º36.31%61.57%-
XYZ21.0617.7914.38-
YUV118.8117.39155.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.61%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=43.61%
G=28.61%
B=27.78%

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
Decimal15710310000.340.360.383.1622.5350.39
Hex9D6764022242631732
Octal235147144042444632762
Binary100111011100111110010001000101001001001101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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