#946C6A

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

Shades of Copper Rose #946C6A

Tints of Copper Rose #946C6A

Color information

#946C6A (or 0x946C6A) is unknown color: approx Copper Rose. HEX triplet: 94, 6C and 6A. RGB value is (148,108,106). Sum of RGB (Red+Green+Blue) = 148+108+106=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #946C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C6A is #6B9395. Grayscale: #777777. Windows color (decimal): -7050134 or 6974612. OLE color: 6974612.

HSL color Cylindrical-coordinate representation of color #946C6A: hue angle of 2.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #946C6A is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB148108106-
CMYK00.270.280.42
HSL2.86º16.54%49.8%-
HSV(B)2.86º28.38%58.04%-
XYZ20.1818.0616.06-
YUV119.73120.25148.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 108 (42.58% from 255) = 29.83%
BLUE value IS 106 (41.80% from 255) = 29.28%
R=40.88%
G=29.83%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810810600.270.280.422.8616.5449.8
Hex946C6A01B1C2A31132
Octal224154152033345232162
Binary1001010011011001101010011011111001010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946C6A; }

 p { color: rgb(148,108,106); }

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

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

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

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

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

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

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