#9E6461

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

Shades of Copper Rose #9E6461

Tints of Copper Rose #9E6461

Color information

#9E6461 (or 0x9E6461) is unknown color: approx Copper Rose. HEX triplet: 9E, 64 and 61. RGB value is (158,100,97). Sum of RGB (Red+Green+Blue) = 158+100+97=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6461 is #619B9E. Grayscale: #757575. Windows color (decimal): -6396831 or 6382750. OLE color: 6382750.

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

Color convert

RGB15810097-
CMYK00.370.390.38
HSL2.95º23.92%50%-
HSV(B)2.95º38.61%61.96%-
XYZ20.8217.2513.54-
YUV117116.72157.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.51%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 97 (38.28% from 255) = 27.32%
R=44.51%
G=28.17%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581009700.370.390.382.9523.9250
Hex9E6461025272631832
Octal236144141045474633062
Binary100111101100100110000101001011001111001101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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