#946B6A

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

Shades of Copper Rose #946B6A

Tints of Copper Rose #946B6A

Color information

#946B6A (or 0x946B6A) is unknown color: approx Copper Rose. HEX triplet: 94, 6B and 6A. RGB value is (148,107,106). Sum of RGB (Red+Green+Blue) = 148+107+106=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #946B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B6A is #6B9495. Grayscale: #777777. Windows color (decimal): -7050390 or 6974356. OLE color: 6974356.

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

Color convert

RGB148107106-
CMYK00.280.280.42
HSL1.43º16.54%49.8%-
HSV(B)1.43º28.38%58.04%-
XYZ20.0717.8516.02-
YUV119.14120.58148.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=41.00%
G=29.64%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810710600.280.280.421.4316.5449.8
Hex946B6A01C1C2A11132
Octal224153152034345212162
Binary100101001101011110101001110011100101010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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