#946361

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

Shades of Copper Rose #946361

Tints of Copper Rose #946361

Color information

#946361 (or 0x946361) is unknown color: approx Copper Rose. HEX triplet: 94, 63 and 61. RGB value is (148,99,97). Sum of RGB (Red+Green+Blue) = 148+99+97=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #946361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946361 is #6B9C9E. Grayscale: #717171. Windows color (decimal): -7052447 or 6382484. OLE color: 6382484.

HSL color Cylindrical-coordinate representation of color #946361: hue angle of 2.35º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946361 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1489997-
CMYK00.330.340.42
HSL2.35º20.82%48.04%-
HSV(B)2.35º34.46%58.04%-
XYZ18.8316.0813.42-
YUV113.42118.73152.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 97 (38.28% from 255) = 28.20%
R=43.02%
G=28.78%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148999700.330.340.422.3520.8248.04
Hex946361021222A21530
Octal224143141041425222560
Binary100101001100011110000101000011000101010101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946361; }

 p { color: rgb(148,99,97); }

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

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

 a { background-color: rgb(148,99,97); }

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

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

 span { border-color: rgb(148,99,97); }

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