#946C6B

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

Shades of Copper Rose #946C6B

Tints of Copper Rose #946C6B

Color information

#946C6B (or 0x946C6B) is unknown color: approx Copper Rose. HEX triplet: 94, 6C and 6B. RGB value is (148,108,107). Sum of RGB (Red+Green+Blue) = 148+108+107=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #946C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C6B is #6B9394. Grayscale: #777777. Windows color (decimal): -7050133 or 7040148. OLE color: 7040148.

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

Color convert

RGB148108107-
CMYK00.270.280.42
HSL1.46º16.08%50%-
HSV(B)1.46º27.7%58.04%-
XYZ20.2318.0816.33-
YUV119.85120.75148.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=40.77%
G=29.75%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810810700.270.280.421.4616.0850
Hex946C6B01B1C2A11032
Octal224154153033345212062
Binary100101001101100110101101101111100101010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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