#946B4C

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

Shades of Dark Tan #946B4C

Tints of Dark Tan #946B4C

Color information

#946B4C (or 0x946B4C) is unknown color: approx Dark Tan. HEX triplet: 94, 6B and 4C. RGB value is (148,107,76). Sum of RGB (Red+Green+Blue) = 148+107+76=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #946B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946B4C is #6B94B3. Grayscale: #737373. Windows color (decimal): -7050420 or 5008276. OLE color: 5008276.

HSL color Cylindrical-coordinate representation of color #946B4C: hue angle of 25.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #946B4C is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14810776-
CMYK00.280.490.42
HSL25.83º32.14%43.92%-
HSV(B)25.83º48.65%58.04%-
XYZ18.7717.339.19-
YUV115.72105.58151.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=44.71%
G=32.33%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481077600.280.490.4225.8332.1443.92
Hex946B4C01C312A1a202c
Octal2241531140346152324054
Binary100101001101011100110001110011000110101011010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946B4C; }

 p { color: rgb(148,107,76); }

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

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

 a { background-color: rgb(148,107,76); }

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

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

 span { border-color: rgb(148,107,76); }

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