#9C706C

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

Shades of Copper Rose #9C706C

Tints of Copper Rose #9C706C

Color information

#9C706C (or 0x9C706C) is unknown color: approx Copper Rose. HEX triplet: 9C, 70 and 6C. RGB value is (156,112,108). Sum of RGB (Red+Green+Blue) = 156+112+108=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C706C is #638F93. Grayscale: #7C7C7C. Windows color (decimal): -6524820 or 7106716. OLE color: 7106716.

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

Color convert

RGB156112108-
CMYK00.280.310.39
HSL19.51%51.76%-
HSV(B)30.77%61.18%-
XYZ22.2119.7416.83-
YUV124.7118.58150.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.49%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 108 (42.58% from 255) = 28.72%
R=41.49%
G=29.79%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611210800.280.310.39519.5151.76
Hex9C706C01C1F2751434
Octal234160154034374752464
Binary10011100111000011011000111001111110011110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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