#936764

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

Shades of Copper Rose #936764

Tints of Copper Rose #936764

Color information

#936764 (or 0x936764) is unknown color: approx Copper Rose. HEX triplet: 93, 67 and 64. RGB value is (147,103,100). Sum of RGB (Red+Green+Blue) = 147+103+100=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #936764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936764 is #6C989B. Grayscale: #737373. Windows color (decimal): -7116956 or 6580115. OLE color: 6580115.

HSL color Cylindrical-coordinate representation of color #936764: hue angle of 3.83º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #936764 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB147103100-
CMYK00.300.320.42
HSL3.83º19.03%48.43%-
HSV(B)3.83º31.97%57.65%-
XYZ19.1816.8214.29-
YUV115.81119.08150.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 103 (40.62% from 255) = 29.43%
BLUE value IS 100 (39.45% from 255) = 28.57%
R=42%
G=29.43%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710310000.300.320.423.8319.0348.43
Hex93676401E202A41330
Octal223147144036405242360
Binary100100111100111110010001111010000010101010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936764; }

 p { color: rgb(147,103,100); }

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

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

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

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

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

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

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