#9D6361

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

Shades of Copper Rose #9D6361

Tints of Copper Rose #9D6361

Color information

#9D6361 (or 0x9D6361) is unknown color: approx Copper Rose. HEX triplet: 9D, 63 and 61. RGB value is (157,99,97). Sum of RGB (Red+Green+Blue) = 157+99+97=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6361 is #629C9E. Grayscale: #747474. Windows color (decimal): -6462623 or 6382493. OLE color: 6382493.

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

Color convert

RGB1579997-
CMYK00.370.380.38
HSL23.62%49.8%-
HSV(B)38.22%61.57%-
XYZ20.5216.9513.5-
YUV116.11117.22157.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=44.48%
G=28.05%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157999700.370.380.38223.6249.8
Hex9D6361025262621832
Octal235143141045464623062
Binary100111011100011110000101001011001101001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,99,97); }

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

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

 a { background-color: rgb(157,99,97); }

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

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

 span { border-color: rgb(157,99,97); }

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