#936B69

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

Shades of Copper Rose #936B69

Tints of Copper Rose #936B69

Color information

#936B69 (or 0x936B69) is unknown color: approx Copper Rose. HEX triplet: 93, 6B and 69. RGB value is (147,107,105). Sum of RGB (Red+Green+Blue) = 147+107+105=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #936B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B69 is #6C9496. Grayscale: #767676. Windows color (decimal): -7115927 or 6908819. OLE color: 6908819.

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

Color convert

RGB147107105-
CMYK00.270.290.42
HSL2.86º16.67%49.41%-
HSV(B)2.86º28.57%57.65%-
XYZ19.8417.7415.74-
YUV118.73120.25148.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 107 (42.19% from 255) = 29.81%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=40.95%
G=29.81%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710710500.270.290.422.8616.6749.41
Hex936B6901B1D2A31131
Octal223153151033355232161
Binary1001001111010111101001011011111011010101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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