#946A6A

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

Shades of Copper Rose #946A6A

Tints of Copper Rose #946A6A

Color information

#946A6A (or 0x946A6A) is unknown color: approx Copper Rose. HEX triplet: 94, 6A and 6A. RGB value is (148,106,106). Sum of RGB (Red+Green+Blue) = 148+106+106=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #946A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A6A is #6B9595. Grayscale: #767676. Windows color (decimal): -7050646 or 6974100. OLE color: 6974100.

HSL color Cylindrical-coordinate representation of color #946A6A: hue angle of 0º 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 #946A6A is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB148106106-
CMYK00.280.280.42
HSL16.54%49.8%-
HSV(B)28.38%58.04%-
XYZ19.9717.6415.99-
YUV118.56120.91149-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=41.11%
G=29.44%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810610600.280.280.42016.5449.8
Hex946A6A01C1C2A01132
Octal224152152034345202162
Binary100101001101010110101001110011100101010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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