#946B51

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

Shades of Dark Tan #946B51

Tints of Dark Tan #946B51

Color information

#946B51 (or 0x946B51) is unknown color: approx Dark Tan. HEX triplet: 94, 6B and 51. RGB value is (148,107,81). Sum of RGB (Red+Green+Blue) = 148+107+81=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #946B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B51 is #6B94AE. Grayscale: #747474. Windows color (decimal): -7050415 or 5335956. OLE color: 5335956.

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

Color convert

RGB14810781-
CMYK00.280.450.42
HSL23.28º29.26%44.9%-
HSV(B)23.28º45.27%58.04%-
XYZ18.9617.4110.15-
YUV116.29108.08150.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 81 (32.03% from 255) = 24.11%
R=44.05%
G=31.85%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481078100.280.450.4223.2829.2644.9
Hex946B5101C2D2A171d2d
Octal2241531210345552273555
Binary10010100110101110100010111001011011010101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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