#9f615f

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

Shades of Copper Rose #9F615F

Tints of Copper Rose #9F615F

Color information

#9F615F (or 0x9F615F) is unknown color: approx Copper Rose. HEX triplet: 9F, 61 and 5F. RGB value is (159,97,95). Sum of RGB (Red+Green+Blue) = 159+97+95=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F615F is #609EA0. Grayscale: #737373. Windows color (decimal): -6332065 or 6250911. OLE color: 6250911.

HSL color Cylindrical-coordinate representation of color #9F615F: hue angle of 1.88º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F615F is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1599795-
CMYK00.390.400.38
HSL1.88º25.2%49.8%-
HSV(B)1.88º40.25%62.35%-
XYZ20.6416.7512.97-
YUV115.31116.54159.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.30%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=45.30%
G=27.64%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159979500.390.400.381.8825.249.8
Hex9F615F027282621932
Octal237141137047504623162
Binary100111111100001101111101001111010001001101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f615f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,97,95); }

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

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

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

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

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

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

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