#936E6B

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

Shades of Copper Rose #936E6B

Tints of Copper Rose #936E6B

Color information

#936E6B (or 0x936E6B) is unknown color: approx Copper Rose. HEX triplet: 93, 6E and 6B. RGB value is (147,110,107). Sum of RGB (Red+Green+Blue) = 147+110+107=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #936E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E6B is #6C9194. Grayscale: #787878. Windows color (decimal): -7115157 or 7040659. OLE color: 7040659.

HSL color Cylindrical-coordinate representation of color #936E6B: hue angle of 4.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #936E6B is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147110107-
CMYK00.250.270.42
HSL4.5º15.75%49.8%-
HSV(B)4.5º27.21%57.65%-
XYZ20.2618.4216.4-
YUV120.72120.26146.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.38%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=40.38%
G=30.22%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711010700.250.270.424.515.7549.8
Hex936E6B0191B2A51032
Octal223156153031335252062
Binary10010011110111011010110110011101110101010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936E6B; }

 p { color: rgb(147,110,107); }

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

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

 a { background-color: rgb(147,110,107); }

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

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

 span { border-color: rgb(147,110,107); }

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