#9D615E

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

Shades of Copper Rose #9D615E

Tints of Copper Rose #9D615E

Color information

#9D615E (or 0x9D615E) is unknown color: approx Copper Rose. HEX triplet: 9D, 61 and 5E. RGB value is (157,97,94). Sum of RGB (Red+Green+Blue) = 157+97+94=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D615E is #629EA1. Grayscale: #727272. Windows color (decimal): -6463138 or 6185373. OLE color: 6185373.

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

Color convert

RGB1579794-
CMYK00.380.400.38
HSL2.86º25.1%49.22%-
HSV(B)2.86º40.13%61.57%-
XYZ20.216.5312.71-
YUV114.6116.38158.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.11%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=45.11%
G=27.87%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157979400.380.400.382.8625.149.22
Hex9D615E026282631931
Octal235141136046504633161
Binary100111011100001101111001001101010001001101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,97,94); }

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

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

 a { background-color: rgb(157,97,94); }

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

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

 span { border-color: rgb(157,97,94); }

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