#9E6463

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

Shades of Copper Rose #9E6463

Tints of Copper Rose #9E6463

Color information

#9E6463 (or 0x9E6463) is unknown color: approx Copper Rose. HEX triplet: 9E, 64 and 63. RGB value is (158,100,99). Sum of RGB (Red+Green+Blue) = 158+100+99=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6463 is #619B9C. Grayscale: #757575. Windows color (decimal): -6396829 or 6513822. OLE color: 6513822.

HSL color Cylindrical-coordinate representation of color #9E6463: hue angle of 1.02º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E6463 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB15810099-
CMYK00.370.370.38
HSL1.02º23.32%50.39%-
HSV(B)1.02º37.34%61.96%-
XYZ20.9117.2814.04-
YUV117.23117.72157.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.26%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 99 (39.06% from 255) = 27.73%
R=44.26%
G=28.01%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581009900.370.370.381.0223.3250.39
Hex9E6463025252611732
Octal236144143045454612762
Binary10011110110010011000110100101100101100110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E6463; }

 p { color: rgb(158,100,99); }

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

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

 a { background-color: rgb(158,100,99); }

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

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

 span { border-color: rgb(158,100,99); }

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