#99615F

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

Shades of Copper Rose #99615F

Tints of Copper Rose #99615F

Color information

#99615F (or 0x99615F) is unknown color: approx Copper Rose. HEX triplet: 99, 61 and 5F. RGB value is (153,97,95). Sum of RGB (Red+Green+Blue) = 153+97+95=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99615F is #669EA0. Grayscale: #717171. Windows color (decimal): -6725281 or 6250905. OLE color: 6250905.

HSL color Cylindrical-coordinate representation of color #99615F: hue angle of 2.07º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99615F is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB1539795-
CMYK00.370.380.4
HSL2.07º23.39%48.63%-
HSV(B)2.07º37.91%60%-
XYZ19.4816.1512.92-
YUV113.52117.55156.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=44.35%
G=28.12%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153979500.370.380.42.0723.3948.63
Hex99615F025262821731
Octal231141137045465022761
Binary100110011100001101111101001011001101010001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99615F; }

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

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

<style>
 a { background-color: #99615F; }

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

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

<style>
 span { border-color: #99615F; }

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

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