#946C6C

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

Shades of Copper Rose #946C6C

Tints of Copper Rose #946C6C

Color information

#946C6C (or 0x946C6C) is unknown color: approx Copper Rose. HEX triplet: 94, 6C and 6C. RGB value is (148,108,108). Sum of RGB (Red+Green+Blue) = 148+108+108=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #946C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C6C is #6B9393. Grayscale: #787878. Windows color (decimal): -7050132 or 7105684. OLE color: 7105684.

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

Color convert

RGB148108108-
CMYK00.270.270.42
HSL15.75%50.2%-
HSV(B)27.03%58.04%-
XYZ20.2818.116.61-
YUV119.96121.25148-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=40.66%
G=29.67%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810810800.270.270.42015.7550.2
Hex946C6C01B1B2A01032
Octal224154154033335202062
Binary100101001101100110110001101111011101010010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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