#936664

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

Shades of Copper Rose #936664

Tints of Copper Rose #936664

Color information

#936664 (or 0x936664) is unknown color: approx Copper Rose. HEX triplet: 93, 66 and 64. RGB value is (147,102,100). Sum of RGB (Red+Green+Blue) = 147+102+100=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #936664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936664 is #6C999B. Grayscale: #737373. Windows color (decimal): -7117212 or 6579859. OLE color: 6579859.

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

Color convert

RGB147102100-
CMYK00.310.320.42
HSL2.55º19.03%48.43%-
HSV(B)2.55º31.97%57.65%-
XYZ19.0816.6314.26-
YUV115.23119.41150.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 100 (39.45% from 255) = 28.65%
R=42.12%
G=29.23%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710210000.310.320.422.5519.0348.43
Hex93666401F202A31330
Octal223146144037405232360
Binary10010011110011011001000111111000001010101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936664; }

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

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

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

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

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

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

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

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