#946C69

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

Shades of Copper Rose #946C69

Tints of Copper Rose #946C69

Color information

#946C69 (or 0x946C69) is unknown color: approx Copper Rose. HEX triplet: 94, 6C and 69. RGB value is (148,108,105). Sum of RGB (Red+Green+Blue) = 148+108+105=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #946C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C69 is #6B9396. Grayscale: #777777. Windows color (decimal): -7050135 or 6909076. OLE color: 6909076.

HSL color Cylindrical-coordinate representation of color #946C69: hue angle of 4.19º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946C69 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB148108105-
CMYK00.270.290.42
HSL4.19º17%49.61%-
HSV(B)4.19º29.05%58.04%-
XYZ20.1318.0415.79-
YUV119.62119.75148.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=41.00%
G=29.92%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810810500.270.290.424.191749.61
Hex946C6901B1D2A41132
Octal224154151033355242162
Binary10010100110110011010010110111110110101010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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