#946F6B

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

Shades of Copper Rose #946F6B

Tints of Copper Rose #946F6B

Color information

#946F6B (or 0x946F6B) is unknown color: approx Copper Rose. HEX triplet: 94, 6F and 6B. RGB value is (148,111,107). Sum of RGB (Red+Green+Blue) = 148+111+107=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #946F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F6B is #6B9094. Grayscale: #797979. Windows color (decimal): -7049365 or 7040916. OLE color: 7040916.

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

Color convert

RGB148111107-
CMYK00.250.280.42
HSL5.85º16.08%50%-
HSV(B)5.85º27.7%58.04%-
XYZ20.5518.7316.44-
YUV121.61119.76146.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 111 (43.75% from 255) = 30.33%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=40.44%
G=30.33%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811110700.250.280.425.8516.0850
Hex946F6B0191C2A61032
Octal224157153031345262062
Binary10010100110111111010110110011110010101011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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