#9D6664

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

Shades of Copper Rose #9D6664

Tints of Copper Rose #9D6664

Color information

#9D6664 (or 0x9D6664) is unknown color: approx Copper Rose. HEX triplet: 9D, 66 and 64. RGB value is (157,102,100). Sum of RGB (Red+Green+Blue) = 157+102+100=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6664 is #62999B. Grayscale: #767676. Windows color (decimal): -6461852 or 6579869. OLE color: 6579869.

HSL color Cylindrical-coordinate representation of color #9D6664: hue angle of 2.11º 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 #9D6664 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB157102100-
CMYK00.350.360.38
HSL2.11º22.53%50.39%-
HSV(B)2.11º36.31%61.57%-
XYZ20.9617.5914.35-
YUV118.22117.72155.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.73%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=43.73%
G=28.41%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710210000.350.360.382.1122.5350.39
Hex9D6664023242621732
Octal235146144043444622762
Binary100111011100110110010001000111001001001101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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