#9C706D

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

Shades of Copper Rose #9C706D

Tints of Copper Rose #9C706D

Color information

#9C706D (or 0x9C706D) is unknown color: approx Copper Rose. HEX triplet: 9C, 70 and 6D. RGB value is (156,112,109). Sum of RGB (Red+Green+Blue) = 156+112+109=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C706D is #638F92. Grayscale: #7C7C7C. Windows color (decimal): -6524819 or 7172252. OLE color: 7172252.

HSL color Cylindrical-coordinate representation of color #9C706D: hue angle of 3.83º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C706D is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB156112109-
CMYK00.280.300.39
HSL3.83º19.18%51.96%-
HSV(B)3.83º30.13%61.18%-
XYZ22.2619.7617.11-
YUV124.81119.08150.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=41.38%
G=29.71%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611210900.280.300.393.8319.1851.96
Hex9C706D01C1E2741334
Octal234160155034364742364
Binary10011100111000011011010111001111010011110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,112,109); }

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

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

 a { background-color: rgb(156,112,109); }

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

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

 span { border-color: rgb(156,112,109); }

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