#946C4B

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

Shades of Dark Tan #946C4B

Tints of Dark Tan #946C4B

Color information

#946C4B (or 0x946C4B) is unknown color: approx Dark Tan. HEX triplet: 94, 6C and 4B. RGB value is (148,108,75). Sum of RGB (Red+Green+Blue) = 148+108+75=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #946C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C4B is #6B93B4. Grayscale: #747474. Windows color (decimal): -7050165 or 4942996. OLE color: 4942996.

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

Color convert

RGB14810875-
CMYK00.270.490.42
HSL27.12º32.74%43.73%-
HSV(B)27.12º49.32%58.04%-
XYZ18.8517.539.05-
YUV116.2104.75150.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=44.71%
G=32.63%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481087500.270.490.4227.1232.7443.73
Hex946C4B01B312A1b212c
Octal2241541130336152334154
Binary100101001101100100101101101111000110101011011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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