#946E6A

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

Shades of Copper Rose #946E6A

Tints of Copper Rose #946E6A

Color information

#946E6A (or 0x946E6A) is unknown color: approx Copper Rose. HEX triplet: 94, 6E and 6A. RGB value is (148,110,106). Sum of RGB (Red+Green+Blue) = 148+110+106=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #946E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E6A is #6B9195. Grayscale: #787878. Windows color (decimal): -7049622 or 6975124. OLE color: 6975124.

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

Color convert

RGB148110106-
CMYK00.260.280.42
HSL5.71º16.54%49.8%-
HSV(B)5.71º28.38%58.04%-
XYZ20.3918.4916.13-
YUV120.91119.59147.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 106 (41.80% from 255) = 29.12%
R=40.66%
G=30.22%
B=29.12%

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
Decimal14811010600.260.280.425.7116.5449.8
Hex946E6A01A1C2A61132
Octal224156152032345262162
Binary10010100110111011010100110101110010101011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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