#996461

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

Shades of Copper Rose #996461

Tints of Copper Rose #996461

Color information

#996461 (or 0x996461) is unknown color: approx Copper Rose. HEX triplet: 99, 64 and 61. RGB value is (153,100,97). Sum of RGB (Red+Green+Blue) = 153+100+97=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #996461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996461 is #669B9E. Grayscale: #737373. Windows color (decimal): -6724511 or 6382745. OLE color: 6382745.

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

Color convert

RGB15310097-
CMYK00.350.370.4
HSL3.21º22.4%49.02%-
HSV(B)3.21º36.6%60%-
XYZ19.8516.7513.5-
YUV115.5117.56154.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 100 (39.45% from 255) = 28.57%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=43.71%
G=28.57%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531009700.350.370.43.2122.449.02
Hex996461023252831631
Octal231144141043455032661
Binary100110011100100110000101000111001011010001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996461; }

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

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

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

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

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

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

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

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