#9A6D69

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

Shades of Copper Rose #9A6D69

Tints of Copper Rose #9A6D69

Color information

#9A6D69 (or 0x9A6D69) is unknown color: approx Copper Rose. HEX triplet: 9A, 6D and 69. RGB value is (154,109,105). Sum of RGB (Red+Green+Blue) = 154+109+105=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6D69 is #659296. Grayscale: #7A7A7A. Windows color (decimal): -6656663 or 6909338. OLE color: 6909338.

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

Color convert

RGB154109105-
CMYK00.290.320.40
HSL4.9º19.52%50.78%-
HSV(B)4.9º31.82%60.39%-
XYZ21.3418.8315.87-
YUV122118.41150.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.85%
GREEN value IS 109 (42.97% from 255) = 29.62%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=41.85%
G=29.62%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410910500.290.320.404.919.5250.78
Hex9A6D6901D202851433
Octal232155151035405052463
Binary100110101101101110100101110110000010100010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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