#9F6565

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

Shades of Copper Rose #9F6565

Tints of Copper Rose #9F6565

Color information

#9F6565 (or 0x9F6565) is unknown color: approx Copper Rose. HEX triplet: 9F, 65 and 65. RGB value is (159,101,101). Sum of RGB (Red+Green+Blue) = 159+101+101=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6565 is #609A9A. Grayscale: #767676. Windows color (decimal): -6331035 or 6645151. OLE color: 6645151.

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

Color convert

RGB159101101-
CMYK00.360.360.38
HSL23.2%50.98%-
HSV(B)36.48%62.35%-
XYZ21.317.6214.59-
YUV118.34118.22157-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.04%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=44.04%
G=27.98%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910110100.360.360.38023.250.98
Hex9F6565024242601733
Octal237145145044444602763
Binary10011111110010111001010100100100100100110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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