#936868

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

Shades of Copper Rose #936868

Tints of Copper Rose #936868

Color information

#936868 (or 0x936868) is unknown color: approx Copper Rose. HEX triplet: 93, 68 and 68. RGB value is (147,104,104). Sum of RGB (Red+Green+Blue) = 147+104+104=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #936868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936868 is #6C9797. Grayscale: #747474. Windows color (decimal): -7116696 or 6842515. OLE color: 6842515.

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

Color convert

RGB147104104-
CMYK00.290.290.42
HSL17.13%49.22%-
HSV(B)29.25%57.65%-
XYZ19.4817.115.37-
YUV116.86120.75149.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=41.41%
G=29.30%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710410400.290.290.42017.1349.22
Hex93686801D1D2A01131
Octal223150150035355202161
Binary100100111101000110100001110111101101010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936868; }

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

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

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

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

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

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

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

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