#9D6E6D

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

Shades of Copper Rose #9D6E6D

Tints of Copper Rose #9D6E6D

Color information

#9D6E6D (or 0x9D6E6D) is unknown color: approx Copper Rose. HEX triplet: 9D, 6E and 6D. RGB value is (157,110,109). Sum of RGB (Red+Green+Blue) = 157+110+109=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6E6D is #629192. Grayscale: #7B7B7B. Windows color (decimal): -6459795 or 7171741. OLE color: 7171741.

HSL color Cylindrical-coordinate representation of color #9D6E6D: hue angle of 1.25º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D6E6D is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB157110109-
CMYK00.300.310.38
HSL1.25º19.67%52.16%-
HSV(B)1.25º30.57%61.57%-
XYZ22.2419.4217.05-
YUV123.94119.57151.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.76%
GREEN value IS 110 (43.36% from 255) = 29.26%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=41.76%
G=29.26%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711010900.300.310.381.2519.6752.16
Hex9D6E6D01E1F2611434
Octal235156155036374612464
Binary100111011101110110110101111011111100110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,110,109); }

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

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

 a { background-color: rgb(157,110,109); }

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

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

 span { border-color: rgb(157,110,109); }

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