#936B6B

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

Shades of Copper Rose #936B6B

Tints of Copper Rose #936B6B

Color information

#936B6B (or 0x936B6B) is unknown color: approx Copper Rose. HEX triplet: 93, 6B and 6B. RGB value is (147,107,107). Sum of RGB (Red+Green+Blue) = 147+107+107=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #936B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B6B is #6C9494. Grayscale: #767676. Windows color (decimal): -7115925 or 7039891. OLE color: 7039891.

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

Color convert

RGB147107107-
CMYK00.270.270.42
HSL15.75%49.8%-
HSV(B)27.21%57.65%-
XYZ19.9417.7816.29-
YUV118.96121.25148-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=40.72%
G=29.64%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710710700.270.270.42015.7549.8
Hex936B6B01B1B2A01032
Octal223153153033335202062
Binary100100111101011110101101101111011101010010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,107,107); }

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

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

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

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

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

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

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