#906563

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

Shades of Copper Rose #906563

Tints of Copper Rose #906563

Color information

#906563 (or 0x906563) is unknown color: approx Copper Rose. HEX triplet: 90, 65 and 63. RGB value is (144,101,99). Sum of RGB (Red+Green+Blue) = 144+101+99=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #906563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906563 is #6F9A9C. Grayscale: #717171. Windows color (decimal): -7314077 or 6514064. OLE color: 6514064.

HSL color Cylindrical-coordinate representation of color #906563: hue angle of 2.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906563 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB14410199-
CMYK00.300.310.44
HSL2.67º18.52%47.65%-
HSV(B)2.67º31.25%56.47%-
XYZ18.4116.1413.95-
YUV113.63119.75149.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.86%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 99 (39.06% from 255) = 28.78%
R=41.86%
G=29.36%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441019900.300.310.442.6718.5247.65
Hex90656301E1F2C31330
Octal220145143036375432360
Binary1001000011001011100011011110111111011001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906563; }

 p { color: rgb(144,101,99); }

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

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

 a { background-color: rgb(144,101,99); }

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

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

 span { border-color: rgb(144,101,99); }

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