#9E6F6B

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

Shades of Copper Rose #9E6F6B

Tints of Copper Rose #9E6F6B

Color information

#9E6F6B (or 0x9E6F6B) is unknown color: approx Copper Rose. HEX triplet: 9E, 6F and 6B. RGB value is (158,111,107). Sum of RGB (Red+Green+Blue) = 158+111+107=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6F6B is #619094. Grayscale: #7C7C7C. Windows color (decimal): -6394005 or 7040926. OLE color: 7040926.

HSL color Cylindrical-coordinate representation of color #9E6F6B: hue angle of 4.71º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E6F6B is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB158111107-
CMYK00.300.320.38
HSL4.71º20.82%51.96%-
HSV(B)4.71º32.28%61.96%-
XYZ22.4419.716.53-
YUV124.6118.07151.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.02%
GREEN value IS 111 (43.75% from 255) = 29.52%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=42.02%
G=29.52%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811110700.300.320.384.7120.8251.96
Hex9E6F6B01E202651534
Octal236157153036404652564
Binary100111101101111110101101111010000010011010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,111,107); }

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

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

 a { background-color: rgb(158,111,107); }

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

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

 span { border-color: rgb(158,111,107); }

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