#946B68

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

Shades of Copper Rose #946B68

Tints of Copper Rose #946B68

Color information

#946B68 (or 0x946B68) is unknown color: approx Copper Rose. HEX triplet: 94, 6B and 68. RGB value is (148,107,104). Sum of RGB (Red+Green+Blue) = 148+107+104=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #946B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B68 is #6B9497. Grayscale: #767676. Windows color (decimal): -7050392 or 6843284. OLE color: 6843284.

HSL color Cylindrical-coordinate representation of color #946B68: hue angle of 4.09º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946B68 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB148107104-
CMYK00.280.300.42
HSL4.09º17.46%49.41%-
HSV(B)4.09º29.73%58.04%-
XYZ19.9717.8115.48-
YUV118.92119.58148.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 107 (42.19% from 255) = 29.81%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=41.23%
G=29.81%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810710400.280.300.424.0917.4649.41
Hex946B6801C1E2A41131
Octal224153150034365242161
Binary10010100110101111010000111001111010101010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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