#946D6B

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

Shades of Copper Rose #946D6B

Tints of Copper Rose #946D6B

Color information

#946D6B (or 0x946D6B) is unknown color: approx Copper Rose. HEX triplet: 94, 6D and 6B. RGB value is (148,109,107). Sum of RGB (Red+Green+Blue) = 148+109+107=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #946D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D6B is #6B9294. Grayscale: #787878. Windows color (decimal): -7049877 or 7040404. OLE color: 7040404.

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

Color convert

RGB148109107-
CMYK00.260.280.42
HSL2.93º16.08%50%-
HSV(B)2.93º27.7%58.04%-
XYZ20.3418.2916.37-
YUV120.43120.42147.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=40.66%
G=29.95%
B=29.40%

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
Decimal14810910700.260.280.422.9316.0850
Hex946D6B01A1C2A31032
Octal224155153032345232062
Binary1001010011011011101011011010111001010101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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