#936950

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

Shades of Dark Tan #936950

Tints of Dark Tan #936950

Color information

#936950 (or 0x936950) is unknown color: approx Dark Tan. HEX triplet: 93, 69 and 50. RGB value is (147,105,80). Sum of RGB (Red+Green+Blue) = 147+105+80=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #936950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936950 is #6C96AF. Grayscale: #727272. Windows color (decimal): -7116464 or 5269907. OLE color: 5269907.

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

Color convert

RGB14710580-
CMYK00.290.460.42
HSL22.39º29.52%44.51%-
HSV(B)22.39º45.58%57.65%-
XYZ18.5316.899.87-
YUV114.71108.41151.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.28%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=44.28%
G=31.63%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471058000.290.460.4222.3929.5244.51
Hex93695001D2E2A161e2d
Octal2231511200355652263655
Binary10010011110100110100000111011011101010101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936950; }

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

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

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

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

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

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

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

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