#936C6A

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

Shades of Copper Rose #936C6A

Tints of Copper Rose #936C6A

Color information

#936C6A (or 0x936C6A) is unknown color: approx Copper Rose. HEX triplet: 93, 6C and 6A. RGB value is (147,108,106). Sum of RGB (Red+Green+Blue) = 147+108+106=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #936C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936C6A is #6C9395. Grayscale: #777777. Windows color (decimal): -7115670 or 6974611. OLE color: 6974611.

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

Color convert

RGB147108106-
CMYK00.270.280.42
HSL2.93º16.21%49.61%-
HSV(B)2.93º27.89%57.65%-
XYZ2017.9716.05-
YUV119.43120.42147.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=40.72%
G=29.92%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710810600.270.280.422.9316.2149.61
Hex936C6A01B1C2A31032
Octal223154152033345232062
Binary1001001111011001101010011011111001010101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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