#946B4B

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

Shades of Dark Tan #946B4B

Tints of Dark Tan #946B4B

Color information

#946B4B (or 0x946B4B) is unknown color: approx Dark Tan. HEX triplet: 94, 6B and 4B. RGB value is (148,107,75). Sum of RGB (Red+Green+Blue) = 148+107+75=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #946B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946B4B is #6B94B4. Grayscale: #737373. Windows color (decimal): -7050421 or 4942740. OLE color: 4942740.

HSL color Cylindrical-coordinate representation of color #946B4B: hue angle of 26.3º degrees, saturation: 0.33, 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 #946B4B is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14810775-
CMYK00.280.490.42
HSL26.3º32.74%43.73%-
HSV(B)26.3º49.32%58.04%-
XYZ18.7417.329.01-
YUV115.61105.08151.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=44.85%
G=32.42%
B=22.73%

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
Decimal1481077500.280.490.4226.332.7443.73
Hex946B4B01C312A1a212c
Octal2241531130346152324154
Binary100101001101011100101101110011000110101011010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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