#946664

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

Shades of Copper Rose #946664

Tints of Copper Rose #946664

Color information

#946664 (or 0x946664) is unknown color: approx Copper Rose. HEX triplet: 94, 66 and 64. RGB value is (148,102,100). Sum of RGB (Red+Green+Blue) = 148+102+100=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #946664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946664 is #6B999B. Grayscale: #737373. Windows color (decimal): -7051676 or 6579860. OLE color: 6579860.

HSL color Cylindrical-coordinate representation of color #946664: hue angle of 2.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946664 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB148102100-
CMYK00.310.320.42
HSL2.5º19.35%48.63%-
HSV(B)2.5º32.43%58.04%-
XYZ19.2616.7214.27-
YUV115.53119.24151.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 100 (39.45% from 255) = 28.57%
R=42.29%
G=29.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810210000.310.320.422.519.3548.63
Hex94666401F202A31331
Octal224146144037405232361
Binary10010100110011011001000111111000001010101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946664; }

 p { color: rgb(148,102,100); }

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

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

 a { background-color: rgb(148,102,100); }

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

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

 span { border-color: rgb(148,102,100); }

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