#936450

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

Shades of Dark Tan #936450

Tints of Dark Tan #936450

Color information

#936450 (or 0x936450) is unknown color: approx Dark Tan. HEX triplet: 93, 64 and 50. RGB value is (147,100,80). Sum of RGB (Red+Green+Blue) = 147+100+80=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #936450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936450 is #6C9BAF. Grayscale: #6F6F6F. Windows color (decimal): -7117744 or 5268627. OLE color: 5268627.

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

Color convert

RGB14710080-
CMYK00.320.460.42
HSL17.91º29.52%44.51%-
HSV(B)17.91º45.58%57.65%-
XYZ18.0415.99.71-
YUV111.77110.07153.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.95%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=44.95%
G=30.58%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471008000.320.460.4217.9129.5244.51
Hex9364500202E2A121e2d
Octal2231441200405652223655
Binary100100111100100101000001000001011101010101001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936450; }

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

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

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

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

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

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

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

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