#936E6C

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

Shades of Copper Rose #936E6C

Tints of Copper Rose #936E6C

Color information

#936E6C (or 0x936E6C) is unknown color: approx Copper Rose. HEX triplet: 93, 6E and 6C. RGB value is (147,110,108). Sum of RGB (Red+Green+Blue) = 147+110+108=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #936E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E6C is #6C9193. Grayscale: #787878. Windows color (decimal): -7115156 or 7106195. OLE color: 7106195.

HSL color Cylindrical-coordinate representation of color #936E6C: hue angle of 3.08º degrees, saturation: 0.15, 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 #936E6C is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147110108-
CMYK00.250.270.42
HSL3.08º15.29%50%-
HSV(B)3.08º26.53%57.65%-
XYZ20.3218.4416.68-
YUV120.84120.76146.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.27%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=40.27%
G=30.14%
B=29.59%

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
Decimal14711010800.250.270.423.0815.2950
Hex936E6C0191B2A3f32
Octal223156154031335231762
Binary100100111101110110110001100111011101010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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