#9A706D

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

Shades of Copper Rose #9A706D

Tints of Copper Rose #9A706D

Color information

#9A706D (or 0x9A706D) is unknown color: approx Copper Rose. HEX triplet: 9A, 70 and 6D. RGB value is (154,112,109). Sum of RGB (Red+Green+Blue) = 154+112+109=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 154 - color contains mainly: red. Hex color #9A706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A706D is #658F92. Grayscale: #7C7C7C. Windows color (decimal): -6655891 or 7172250. OLE color: 7172250.

HSL color Cylindrical-coordinate representation of color #9A706D: hue angle of 4º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A706D is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB154112109-
CMYK00.270.290.40
HSL18.22%51.57%-
HSV(B)29.22%60.39%-
XYZ21.8819.5617.09-
YUV124.22119.41149.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.07%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=41.07%
G=29.87%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411210900.270.290.40418.2251.57
Hex9A706D01B1D2841234
Octal232160155033355042264
Binary10011010111000011011010110111110110100010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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