#9F6965

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

Shades of Copper Rose #9F6965

Tints of Copper Rose #9F6965

Color information

#9F6965 (or 0x9F6965) is unknown color: approx Copper Rose. HEX triplet: 9F, 69 and 65. RGB value is (159,105,101). Sum of RGB (Red+Green+Blue) = 159+105+101=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6965 is #60969A. Grayscale: #787878. Windows color (decimal): -6330011 or 6646175. OLE color: 6646175.

HSL color Cylindrical-coordinate representation of color #9F6965: hue angle of 4.14º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F6965 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB159105101-
CMYK00.340.360.38
HSL4.14º23.2%50.98%-
HSV(B)4.14º36.48%62.35%-
XYZ21.718.4114.72-
YUV120.69116.89155.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.56%
GREEN value IS 105 (41.41% from 255) = 28.77%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=43.56%
G=28.77%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910510100.340.360.384.1423.250.98
Hex9F6965022242641733
Octal237151145042444642763
Binary1001111111010011100101010001010010010011010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,105,101); }

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

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

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

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

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

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

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