#936B50

Color #936B50 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #936B50

Tints of Dark Tan #936B50

Color information

#936B50 (or 0x936B50) is unknown color: approx Dark Tan. HEX triplet: 93, 6B and 50. RGB value is (147,107,80). Sum of RGB (Red+Green+Blue) = 147+107+80=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #936B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B50 is #6C94AF. Grayscale: #747474. Windows color (decimal): -7115952 or 5270419. OLE color: 5270419.

HSL color Cylindrical-coordinate representation of color #936B50: hue angle of 24.18º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #936B50 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14710780-
CMYK00.270.460.42
HSL24.18º29.52%44.51%-
HSV(B)24.18º45.58%57.65%-
XYZ18.7417.39.94-
YUV115.88107.75150.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.01%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=44.01%
G=32.04%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471078000.270.460.4224.1829.5244.51
Hex936B5001B2E2A181e2d
Octal2231531200335652303655
Binary10010011110101110100000110111011101010101100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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