#936968

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

Shades of Copper Rose #936968

Tints of Copper Rose #936968

Color information

#936968 (or 0x936968) is unknown color: approx Copper Rose. HEX triplet: 93, 69 and 68. RGB value is (147,105,104). Sum of RGB (Red+Green+Blue) = 147+105+104=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #936968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936968 is #6C9697. Grayscale: #757575. Windows color (decimal): -7116440 or 6842771. OLE color: 6842771.

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

Color convert

RGB147105104-
CMYK00.290.290.42
HSL1.4º17.13%49.22%-
HSV(B)1.4º29.25%57.65%-
XYZ19.5817.3115.4-
YUV117.44120.41149.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=41.29%
G=29.49%
B=29.21%

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
Decimal14710510400.290.290.421.417.1349.22
Hex93696801D1D2A11131
Octal223151150035355212161
Binary100100111101001110100001110111101101010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936968; }

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

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

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

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

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

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

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

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