#936A68

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

Shades of Copper Rose #936A68

Tints of Copper Rose #936A68

Color information

#936A68 (or 0x936A68) is unknown color: approx Copper Rose. HEX triplet: 93, 6A and 68. RGB value is (147,106,104). Sum of RGB (Red+Green+Blue) = 147+106+104=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #936A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936A68 is #6C9597. Grayscale: #767676. Windows color (decimal): -7116184 or 6843027. OLE color: 6843027.

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

Color convert

RGB147106104-
CMYK00.280.290.42
HSL2.79º17.13%49.22%-
HSV(B)2.79º29.25%57.65%-
XYZ19.6917.5115.44-
YUV118.03120.08148.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.18%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=41.18%
G=29.69%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710610400.280.290.422.7917.1349.22
Hex936A6801C1D2A31131
Octal223152150034355232161
Binary1001001111010101101000011100111011010101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936A68; }

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

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

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

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

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

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

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

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