#946867

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

Shades of Copper Rose #946867

Tints of Copper Rose #946867

Color information

#946867 (or 0x946867) is unknown color: approx Copper Rose. HEX triplet: 94, 68 and 67. RGB value is (148,104,103). Sum of RGB (Red+Green+Blue) = 148+104+103=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #946867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946867 is #6B9798. Grayscale: #757575. Windows color (decimal): -7051161 or 6776980. OLE color: 6776980.

HSL color Cylindrical-coordinate representation of color #946867: hue angle of 1.33º degrees, saturation: 0.18, 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 #946867 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB148104103-
CMYK00.300.300.42
HSL1.33º17.93%49.22%-
HSV(B)1.33º30.41%58.04%-
XYZ19.6117.1815.11-
YUV117.04120.08150.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=41.69%
G=29.30%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810410300.300.300.421.3317.9349.22
Hex94686701E1E2A11231
Octal224150147036365212261
Binary100101001101000110011101111011110101010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946867; }

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

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

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

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

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

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

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

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