#946866

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

Shades of Copper Rose #946866

Tints of Copper Rose #946866

Color information

#946866 (or 0x946866) is unknown color: approx Copper Rose. HEX triplet: 94, 68 and 66. RGB value is (148,104,102). Sum of RGB (Red+Green+Blue) = 148+104+102=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #946866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946866 is #6B9799. Grayscale: #747474. Windows color (decimal): -7051162 or 6711444. OLE color: 6711444.

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

Color convert

RGB148104102-
CMYK00.300.310.42
HSL2.61º18.4%49.02%-
HSV(B)2.61º31.08%58.04%-
XYZ19.5617.1614.85-
YUV116.93119.58150.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=41.81%
G=29.38%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810410200.300.310.422.6118.449.02
Hex94686601E1F2A31231
Octal224150146036375232261
Binary1001010011010001100110011110111111010101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946866; }

 p { color: rgb(148,104,102); }

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

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

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

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

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

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

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