#946E6B

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

Shades of Copper Rose #946E6B

Tints of Copper Rose #946E6B

Color information

#946E6B (or 0x946E6B) is unknown color: approx Copper Rose. HEX triplet: 94, 6E and 6B. RGB value is (148,110,107). Sum of RGB (Red+Green+Blue) = 148+110+107=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #946E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E6B is #6B9194. Grayscale: #797979. Windows color (decimal): -7049621 or 7040660. OLE color: 7040660.

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

Color convert

RGB148110107-
CMYK00.260.280.42
HSL4.39º16.08%50%-
HSV(B)4.39º27.7%58.04%-
XYZ20.4418.5116.41-
YUV121.02120.09147.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=40.55%
G=30.14%
B=29.32%

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
Decimal14811010700.260.280.424.3916.0850
Hex946E6B01A1C2A41032
Octal224156153032345242062
Binary10010100110111011010110110101110010101010010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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