#936D6C

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

Shades of Copper Rose #936D6C

Tints of Copper Rose #936D6C

Color information

#936D6C (or 0x936D6C) is unknown color: approx Copper Rose. HEX triplet: 93, 6D and 6C. RGB value is (147,109,108). Sum of RGB (Red+Green+Blue) = 147+109+108=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #936D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D6C is #6C9293. Grayscale: #787878. Windows color (decimal): -7115412 or 7105939. OLE color: 7105939.

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

Color convert

RGB147109108-
CMYK00.260.270.42
HSL1.54º15.29%50%-
HSV(B)1.54º26.53%57.65%-
XYZ20.2118.2216.64-
YUV120.25121.09147.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.38%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=40.38%
G=29.95%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710910800.260.270.421.5415.2950
Hex936D6C01A1B2A2f32
Octal223155154032335221762
Binary100100111101101110110001101011011101010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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