#946F6C

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

Shades of Copper Rose #946F6C

Tints of Copper Rose #946F6C

Color information

#946F6C (or 0x946F6C) is unknown color: approx Copper Rose. HEX triplet: 94, 6F and 6C. RGB value is (148,111,108). Sum of RGB (Red+Green+Blue) = 148+111+108=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #946F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F6C is #6B9093. Grayscale: #797979. Windows color (decimal): -7049364 or 7106452. OLE color: 7106452.

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

Color convert

RGB148111108-
CMYK00.250.270.42
HSL4.5º15.75%50.2%-
HSV(B)4.5º27.03%58.04%-
XYZ20.618.7516.72-
YUV121.72120.26146.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=40.33%
G=30.25%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811110800.250.270.424.515.7550.2
Hex946F6C0191B2A51032
Octal224157154031335252062
Binary10010100110111111011000110011101110101010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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