#936F6D

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

Shades of Copper Rose #936F6D

Tints of Copper Rose #936F6D

Color information

#936F6D (or 0x936F6D) is unknown color: approx Copper Rose. HEX triplet: 93, 6F and 6D. RGB value is (147,111,109). Sum of RGB (Red+Green+Blue) = 147+111+109=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #936F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936F6D is #6C9092. Grayscale: #797979. Windows color (decimal): -7114899 or 7171987. OLE color: 7171987.

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

Color convert

RGB147111109-
CMYK00.240.260.42
HSL3.16º14.96%50.2%-
HSV(B)3.16º25.85%57.65%-
XYZ20.4818.6816.99-
YUV121.54120.93146.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.05%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=40.05%
G=30.25%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711110900.240.260.423.1614.9650.2
Hex936F6D0181A2A3f32
Octal223157155030325231762
Binary100100111101111110110101100011010101010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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