#936C69

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

Shades of Copper Rose #936C69

Tints of Copper Rose #936C69

Color information

#936C69 (or 0x936C69) is unknown color: approx Copper Rose. HEX triplet: 93, 6C and 69. RGB value is (147,108,105). Sum of RGB (Red+Green+Blue) = 147+108+105=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #936C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936C69 is #6C9396. Grayscale: #777777. Windows color (decimal): -7115671 or 6909075. OLE color: 6909075.

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

Color convert

RGB147108105-
CMYK00.270.290.42
HSL4.29º16.67%49.41%-
HSV(B)4.29º28.57%57.65%-
XYZ19.9417.9515.78-
YUV119.32119.92147.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 108 (42.58% from 255) = 30%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=40.83%
G=30%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710810500.270.290.424.2916.6749.41
Hex936C6901B1D2A41131
Octal223154151033355242161
Binary10010011110110011010010110111110110101010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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