#936967

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

Shades of Copper Rose #936967

Tints of Copper Rose #936967

Color information

#936967 (or 0x936967) is unknown color: approx Copper Rose. HEX triplet: 93, 69 and 67. RGB value is (147,105,103). Sum of RGB (Red+Green+Blue) = 147+105+103=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #936967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936967 is #6C9698. Grayscale: #757575. Windows color (decimal): -7116441 or 6777235. OLE color: 6777235.

HSL color Cylindrical-coordinate representation of color #936967: hue angle of 2.73º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #936967 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB147105103-
CMYK00.290.300.42
HSL2.73º17.6%49.02%-
HSV(B)2.73º29.93%57.65%-
XYZ19.5317.2915.14-
YUV117.33119.91149.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=41.41%
G=29.58%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710510300.290.300.422.7317.649.02
Hex93696701D1E2A31231
Octal223151147035365232261
Binary1001001111010011100111011101111101010101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936967; }

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

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

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

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

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

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

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

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