#9C615F

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

Shades of Copper Rose #9C615F

Tints of Copper Rose #9C615F

Color information

#9C615F (or 0x9C615F) is unknown color: approx Copper Rose. HEX triplet: 9C, 61 and 5F. RGB value is (156,97,95). Sum of RGB (Red+Green+Blue) = 156+97+95=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C615F is #639EA0. Grayscale: #727272. Windows color (decimal): -6528673 or 6250908. OLE color: 6250908.

HSL color Cylindrical-coordinate representation of color #9C615F: hue angle of 1.97º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C615F is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB1569795-
CMYK00.380.390.39
HSL1.97º24.3%49.22%-
HSV(B)1.97º39.1%61.18%-
XYZ20.0516.4412.94-
YUV114.41117.05157.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.83%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=44.83%
G=27.87%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156979500.380.390.391.9724.349.22
Hex9C615F026272721831
Octal234141137046474723061
Binary100111001100001101111101001101001111001111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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