#936461

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

Shades of Copper Rose #936461

Tints of Copper Rose #936461

Color information

#936461 (or 0x936461) is unknown color: approx Copper Rose. HEX triplet: 93, 64 and 61. RGB value is (147,100,97). Sum of RGB (Red+Green+Blue) = 147+100+97=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #936461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936461 is #6C9B9E. Grayscale: #717171. Windows color (decimal): -7117727 or 6382739. OLE color: 6382739.

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

Color convert

RGB14710097-
CMYK00.320.340.42
HSL3.6º20.49%47.84%-
HSV(B)3.6º34.01%57.65%-
XYZ18.7516.1813.44-
YUV113.71118.57151.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.73%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 97 (38.28% from 255) = 28.20%
R=42.73%
G=29.07%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471009700.320.340.423.620.4947.84
Hex936461020222A41430
Octal223144141040425242460
Binary1001001111001001100001010000010001010101010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936461; }

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

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

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

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

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

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

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

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