#946565

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

Shades of Copper Rose #946565

Tints of Copper Rose #946565

Color information

#946565 (or 0x946565) is unknown color: approx Copper Rose. HEX triplet: 94, 65 and 65. RGB value is (148,101,101). Sum of RGB (Red+Green+Blue) = 148+101+101=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #946565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946565 is #6B9A9A. Grayscale: #737373. Windows color (decimal): -7051931 or 6645140. OLE color: 6645140.

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

Color convert

RGB148101101-
CMYK00.320.320.42
HSL18.88%48.82%-
HSV(B)31.76%58.04%-
XYZ19.2216.5414.49-
YUV115.05120.07151.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 101 (39.84% from 255) = 28.86%
R=42.29%
G=28.86%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810110100.320.320.42018.8848.82
Hex946565020202A01331
Octal224145145040405202361
Binary10010100110010111001010100000100000101010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946565; }

 p { color: rgb(148,101,101); }

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

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

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

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

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

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

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