#946D6A

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

Shades of Copper Rose #946D6A

Tints of Copper Rose #946D6A

Color information

#946D6A (or 0x946D6A) is unknown color: approx Copper Rose. HEX triplet: 94, 6D and 6A. RGB value is (148,109,106). Sum of RGB (Red+Green+Blue) = 148+109+106=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #946D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D6A is #6B9295. Grayscale: #787878. Windows color (decimal): -7049878 or 6974868. OLE color: 6974868.

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

Color convert

RGB148109106-
CMYK00.260.280.42
HSL4.29º16.54%49.8%-
HSV(B)4.29º28.38%58.04%-
XYZ20.2818.2716.09-
YUV120.32119.92147.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=40.77%
G=30.03%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810910600.260.280.424.2916.5449.8
Hex946D6A01A1C2A41132
Octal224155152032345242162
Binary10010100110110111010100110101110010101010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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