#9A6969

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

Shades of Copper Rose #9A6969

Tints of Copper Rose #9A6969

Color information

#9A6969 (or 0x9A6969) is unknown color: approx Copper Rose. HEX triplet: 9A, 69 and 69. RGB value is (154,105,105). Sum of RGB (Red+Green+Blue) = 154+105+105=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6969 is #659696. Grayscale: #777777. Windows color (decimal): -6657687 or 6908314. OLE color: 6908314.

HSL color Cylindrical-coordinate representation of color #9A6969: hue angle of 0º 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 #9A6969 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB154105105-
CMYK00.320.320.40
HSL19.52%50.78%-
HSV(B)31.82%60.39%-
XYZ20.9317.9915.73-
YUV119.65119.73152.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.31%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=42.31%
G=28.85%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410510500.320.320.40019.5250.78
Hex9A6969020202801433
Octal232151151040405002463
Binary10011010110100111010010100000100000101000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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